We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70125f1 commit 56a00ccCopy full SHA for 56a00cc
1 file changed
DIRECTORY.md
@@ -141,6 +141,7 @@
141
* [Find Min](https://github.com/TheAlgorithms/Ruby/blob/master/maths/find_min.rb)
142
* [Lucas Series](https://github.com/TheAlgorithms/Ruby/blob/master/maths/lucas_series.rb)
143
* [Number Of Digits](https://github.com/TheAlgorithms/Ruby/blob/master/maths/number_of_digits.rb)
144
+ * [Palindrome](https://github.com/TheAlgorithms/Ruby/blob/master/maths/palindrome.rb)
145
* [Pascal Triangle Ii](https://github.com/TheAlgorithms/Ruby/blob/master/maths/pascal_triangle_ii.rb)
146
* [Power Of Two](https://github.com/TheAlgorithms/Ruby/blob/master/maths/power_of_two.rb)
147
* [Prime Number](https://github.com/TheAlgorithms/Ruby/blob/master/maths/prime_number.rb)
0 commit comments