Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Palindrome Checker #2373

Open
nikhilsingh1010 opened this issue Oct 20, 2024 · 2 comments
Open

Palindrome Checker #2373

nikhilsingh1010 opened this issue Oct 20, 2024 · 2 comments

Comments

@nikhilsingh1010
Copy link

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
Copy link

please assign this issue to me

@Jprerna04
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants