We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f17bb96 commit 03d6e15Copy full SHA for 03d6e15
README.md
@@ -70,3 +70,10 @@ These programs can be imported and used as modules in your programs.
70
- Linear Search
71
- Binary Search
72
- Uses sorting.py for the sorting algorithm
73
+
74
+12. [queue.py](https://github.com/VarunS2002/Python-Data-Structures-Algorithms/blob/master/queue.py)
75
+ - Queue Data Structure
76
+ - Single Ended Queue
77
+ - Double Ended Queue
78
+ - Enqueue
79
+ - Dequeue
0 commit comments