updating DIRECTORY.md

This commit is contained in:
github-actions 2020-10-11 17:42:29 +00:00
parent d6d2d67fe8
commit a3d895a367

View file

@ -26,6 +26,7 @@
## Searches
* [Binary Search](https://github.com/TheAlgorithms/Ruby/blob/master/Searches/binary_search.rb)
* [Depth First Search](https://github.com/TheAlgorithms/Ruby/blob/master/Searches/depth_first_search.rb)
* [Linear Search](https://github.com/TheAlgorithms/Ruby/blob/master/Searches/linear_search.rb)
## Sorting