diff --git a/DIRECTORY.md b/DIRECTORY.md index 796edb3..7f20a0e 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -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)