jainaman224 / Algo_Ds_Notes

A comprehensive resource for learning and implementing algorithms and data structures. This repository includes detailed notes, complexity analysis, and code examples in C++, Java, Python, and more. Ideal for students, professionals, and those preparing for coding interviews.
GNU General Public License v3.0
2.22k stars 2.08k forks source link

Palindrome number and Palindrome string program in ruby. #3067

Open atarax665 opened 3 years ago

atarax665 commented 3 years ago

A ruby program to check if the entered number is palindrome or not. Same for strings. "A palindromic number is a number that remains the same when its digits are reversed. ex: 16461."

atarax665 commented 3 years ago

I would like to work on this issue @jainaman224