mirror of
https://github.com/TheAlgorithms/Ruby
synced 2025-02-06 08:46:04 +01:00
updating DIRECTORY.md
This commit is contained in:
parent
d6d2d67fe8
commit
a3d895a367
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
||||||
|
|
||||||
## Searches
|
## Searches
|
||||||
* [Binary Search](https://github.com/TheAlgorithms/Ruby/blob/master/Searches/binary_search.rb)
|
* [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)
|
* [Linear Search](https://github.com/TheAlgorithms/Ruby/blob/master/Searches/linear_search.rb)
|
||||||
|
|
||||||
## Sorting
|
## Sorting
|
||||||
|
|
Loading…
Add table
Reference in a new issue