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
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.
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.