updating DIRECTORY.md

This commit is contained in:
github-actions 2020-12-28 22:37:02 +00:00
parent 06d095e0b8
commit 46761fb6be

View file

@ -20,6 +20,8 @@
* [Fisher Yates](https://github.com/TheAlgorithms/Ruby/blob/master/other/fisher_yates.rb)
## Project Euler
* Problem 3
* [Problem3 Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/Project%20Euler/Problem%203/problem3_sol1.rb)
* Problem 4
* [Problem4 Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/Project%20Euler/Problem%204/problem4_sol1.rb)