How to check if the given string is palindrome?

Posted by Prakash on Stack Overflow See other posts from Stack Overflow or by Prakash
Published on 2008-09-09T14:24:27Z Indexed on 2010/05/01 22:17 UTC
Read the original article Hit count: 185

Definition:

A palindrome is a word, phrase, number or other sequence of units that has the property of reading the same in either direction

How to check if the given string is a palindrome?

This was one of the FAIQ [Frequently Asked Interview Question] a while ago but that mostly using C.

Looking for solutions in any and all languages possible.

© Stack Overflow or respective owner

Related posts about language-agnostic

Related posts about interview-questions