updating DIRECTORY.md

This commit is contained in:
github-actions 2021-03-10 00:37:24 +00:00
parent d90fd521bb
commit 7e0894ab62

View file

@ -4,6 +4,7 @@
## Data Structures
* Arrays
* [Find All Duplicates In An Array](https://github.com/TheAlgorithms/Ruby/blob/master/data_structures/arrays/find_all_duplicates_in_an_array.rb)
* [Get Products Of All Other Elements](https://github.com/TheAlgorithms/Ruby/blob/master/data_structures/arrays/get_products_of_all_other_elements.rb)
* Binary Trees
* [Inorder Traversal](https://github.com/TheAlgorithms/Ruby/blob/master/data_structures/binary_trees/inorder_traversal.rb)