shivaylamba / Hacktoberfest

Make your first PR! ~ A beginner friendly repository made specifically for open source beginners. Add any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure you add the program under the correct language directory. Happy coding
271 stars 1.95k forks source link

Palindrome Checker #2373

Open nikhilsingh1010 opened 1 week ago

nikhilsingh1010 commented 1 week ago

A Palindrome Checker is a tool or algorithm used to determine if a given string or number reads the same forward and backward. It ignores spaces, punctuation, and capitalization while checking for symmetry. For example, "madam" and "racecar" are palindromes, while "hello" is not.

ADeshmukh80 commented 1 week ago

please assign this issue to me

Jprerna04 commented 5 days ago

Hi @nikhilsingh1010 Added the code for this issue in C++ folder to check palindrome is valid or not. Pls check it!