mirror of
https://github.com/TheAlgorithms/Ruby
synced 2024-11-16 19:50:00 +01:00
updating DIRECTORY.md
This commit is contained in:
parent
6317f2bea7
commit
fc19420049
1 changed files with 2 additions and 0 deletions
|
@ -169,6 +169,8 @@
|
|||
* [Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/project_euler/problem_021/sol1.rb)
|
||||
* Problem 022
|
||||
* [Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/project_euler/problem_022/sol1.rb)
|
||||
* Problem 025
|
||||
* [Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/project_euler/problem_025/sol1.rb)
|
||||
|
||||
## Searches
|
||||
* [Binary Search](https://github.com/TheAlgorithms/Ruby/blob/master/searches/binary_search.rb)
|
||||
|
|
Loading…
Reference in a new issue