Skip to content

Commit

Permalink
Merge pull request #41 from sparrow1997/master
Browse files Browse the repository at this point in the history
 Queue.py#20
  • Loading branch information
srbcheema1 authored Oct 1, 2017
2 parents 43105dc + 138e797 commit 04673ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Python implementation DataStructures/Queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ def size(self):

q=Queue()
#Create an object of Class Queue

#Calling the functions

q.enqueue(4)
q.enqueue('dog')
q.enqueue(True)
Expand Down

0 comments on commit 04673ae

Please sign in to comment.