Skip to content

Commit 05eaa68

Browse files
committed
updating DIRECTORY.md
1 parent 08aae03 commit 05eaa68

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

DIRECTORY.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -275,15 +275,15 @@
275275
* [Singly Linked List](data_structures/linked_list/singly_linked_list.py)
276276
* [Skip List](data_structures/linked_list/skip_list.py)
277277
* [Swap Nodes](data_structures/linked_list/swap_nodes.py)
278-
* Queue
279-
* [Circular Queue](data_structures/queue/circular_queue.py)
280-
* [Circular Queue Linked List](data_structures/queue/circular_queue_linked_list.py)
281-
* [Double Ended Queue](data_structures/queue/double_ended_queue.py)
282-
* [Linked Queue](data_structures/queue/linked_queue.py)
283-
* [Priority Queue Using List](data_structures/queue/priority_queue_using_list.py)
284-
* [Queue By List](data_structures/queue/queue_by_list.py)
285-
* [Queue By Two Stacks](data_structures/queue/queue_by_two_stacks.py)
286-
* [Queue On Pseudo Stack](data_structures/queue/queue_on_pseudo_stack.py)
278+
* Queues
279+
* [Circular Queue](data_structures/queues/circular_queue.py)
280+
* [Circular Queue Linked List](data_structures/queues/circular_queue_linked_list.py)
281+
* [Double Ended Queue](data_structures/queues/double_ended_queue.py)
282+
* [Linked Queue](data_structures/queues/linked_queue.py)
283+
* [Priority Queue Using List](data_structures/queues/priority_queue_using_list.py)
284+
* [Queue By List](data_structures/queues/queue_by_list.py)
285+
* [Queue By Two Stacks](data_structures/queues/queue_by_two_stacks.py)
286+
* [Queue On Pseudo Stack](data_structures/queues/queue_on_pseudo_stack.py)
287287
* Stacks
288288
* [Balanced Parentheses](data_structures/stacks/balanced_parentheses.py)
289289
* [Dijkstras Two Stack Algorithm](data_structures/stacks/dijkstras_two_stack_algorithm.py)

0 commit comments

Comments
 (0)