updating DIRECTORY.md

This commit is contained in:
github-actions 2021-05-17 05:10:48 +00:00
parent a0ce59f41f
commit fba17c66e9

View file

@ -64,6 +64,7 @@
## Dynamic Programming
* [Coin Change](https://github.com/TheAlgorithms/Ruby/blob/master/dynamic_programming/coin_change.rb)
* [Count Sorted Vowel Strings](https://github.com/TheAlgorithms/Ruby/blob/master/dynamic_programming/count_sorted_vowel_strings.rb)
* [Fibonacci](https://github.com/TheAlgorithms/Ruby/blob/master/dynamic_programming/fibonacci.rb)
## Maths