[UVA] 257 - Palinwords
Palinwords
A palindrome is a string of characters which
can be read forward and backward and still
result in the same word, e.g. `mumdadmum'.
So by definition the empty string, all strings
containing 1 character, and all strings
containing 2 equal characters a...