Palindromes
CodeChefOpen on judge ↗
Palindromes are awesome. Today we are going to code a palindrome checker. ##### Palindromes A palindrome is a word that will be the same when read from backwards. For example: did is a palindrome but cat is not. For more information, refer to [Wikipedia](https://en.wikipedia.org/wiki/Palindrome). ### Input - The input will be a single word, without spaces, to check whether its palindrome. - The
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start