BaReinhard / Hacktoberfest-Data-Structure-and-Algorithms

A repo to contains data structure s and algorithms, regardless of language.
https://bareinhard.github.io/Hacktoberfest-Data-Structure-and-Algorithms/
GNU General Public License v3.0
225 stars 707 forks source link

Palindrome checker in python added #1139

Closed nishantraghuvanshi closed 1 year ago

nishantraghuvanshi commented 2 years ago

I have added a palindrome checker in python. In that, I have written two different approaches to check if a number is a palindrome or not.