We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f698a13 commit 2a1e59cCopy full SHA for 2a1e59c
DIRECTORY.md
@@ -50,6 +50,7 @@
50
* [Doubly Linked List](https://github.com/TheAlgorithms/Ruby/blob/master/data_structures/linked_lists/doubly_linked_list.rb)
51
* [Singly Linked List](https://github.com/TheAlgorithms/Ruby/blob/master/data_structures/linked_lists/singly_linked_list.rb)
52
* Queues
53
+ * [Circular Queue](https://github.com/TheAlgorithms/Ruby/blob/master/data_structures/queues/circular_queue.rb)
54
* [Queue](https://github.com/TheAlgorithms/Ruby/blob/master/data_structures/queues/queue.rb)
55
* Stacks
56
* [Stack](https://github.com/TheAlgorithms/Ruby/blob/master/data_structures/stacks/stack.rb)
0 commit comments