Monday, November 26, 2007

Question 1

What problems did you encounter while developing your solution? How do you plan to overcomethem?/How did you overcome them?

I don't know how to eliminate all the characters that are not letters. I guess I'll try to use the unicode values and only keep the letters a-z, then check if it is a palindrome. Basically I have to find out how to keep the letters in the string and take out everything else.

No comments: