Given a string, determine whether it is palindrome or not. Output 1 for palindrome, and output 0 for not a palindrome.
A palindrome is a string that when reversed is equivalent to its original. Assume case is insensitive and then all non letters are ignored in calculating whether the string is palindrome.
Read full article from Just Programming...: Interviewstreet CouponDunia Palindrome Problem
No comments:
Post a Comment