Skip to content

Commit 03d6e15

Browse files
committed
Update README.md for queue.py
1 parent f17bb96 commit 03d6e15

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,10 @@ These programs can be imported and used as modules in your programs.
7070
- Linear Search
7171
- Binary Search
7272
- 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

Comments
 (0)