palindromechecker
There are 8 repositories under palindromechecker topic.
huynhducduy/is-palindrome
Zero dependencies, lightweight and fully functional palindrome checker
Bhidu/Palindrome-checker
Python code to check a palindrome (be it spaces or any other symbols included)
Nobledsmarts/Palindrome-Checker
Return true if the given string is a palindrome. Otherwise, return false. A palindrome is a word or sentence that's spelled the same way both forward and backward, ignoring punctuation, case, and spacing.
Siddhant-K-code/Palindrome-Num-Checker
Enter a number, to check whether it is a Palindrome number or not !
hoshi-neko/palindromeDetector
Personal exercise: C# palindrome detector
mpkayy16/palindrome
palindrome /reverse word and checks if it matches the original word.
halilozel1903/KotlinPalindromeNumber
This example finds palindrome numbers in the Kotlin. 🤓 🔢 ⁉️
hr21don/Palindrome
Write a python function to determine if a given string (A-Z) is a palindrome.