mirror of
https://github.com/TheAlgorithms/Ruby
synced 2025-01-29 20:34:27 +01:00
updating DIRECTORY.md
This commit is contained in:
parent
906ccac28d
commit
9559439b36
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
* [Postorder Traversal](https://github.com/TheAlgorithms/Ruby/blob/master/data_structures/binary_trees/postorder_traversal.rb)
|
||||
* [Preorder Traversal](https://github.com/TheAlgorithms/Ruby/blob/master/data_structures/binary_trees/preorder_traversal.rb)
|
||||
* Linked Lists
|
||||
* [Base Linked List](https://github.com/TheAlgorithms/Ruby/blob/master/data_structures/linked_lists/base_linked_list.rb)
|
||||
* [Circular Linked List](https://github.com/TheAlgorithms/Ruby/blob/master/data_structures/linked_lists/circular_linked_list.rb)
|
||||
* [Doubly Linked List](https://github.com/TheAlgorithms/Ruby/blob/master/data_structures/linked_lists/doubly_linked_list.rb)
|
||||
* [Singly Linked List](https://github.com/TheAlgorithms/Ruby/blob/master/data_structures/linked_lists/singly_linked_list.rb)
|
||||
|
|
Loading…
Add table
Reference in a new issue