What is Palindrome?
A palindrome is a word or a number that reads the same backward as it does forward. For example, WOWOW, 121, ANNA or 123454321 are palindromes. To test whether a word or a number is a palindrome has been used in many puzzle as fun problems as well as in many simple programming challenges.
| Next >
In this simple tutorial you will learn
- how to test a palindrome ?
- how to generate palindrome number ?
- how to find the next palindrome number ?
These tutorial is copyrighted .
Preferable reference for this tutorial is
Teknomo, Kardi. (2012) Palindrome. http://people.revoledu.com/kardi/tutorial/Palindrome/