1
0
Fork 0
mirror of https://github.com/TheAlgorithms/Ruby synced 2025-02-17 21:33:22 +01:00

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