updating DIRECTORY.md

This commit is contained in:
github-actions 2023-02-23 23:37:18 +00:00
parent 6317f2bea7
commit fc19420049

View file

@ -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)