Palindrome Project
CS2500, Spring, 1997
For this project, your are to write a program which checks to see whether input strings are palindromes. A palindrome is a string which reads the same forward and backward. Your program should ignore spaces and punctuation, and shouldn't care about upper and lower case of letters.
Examples of palindromes:
You must use both a stack and a queue for this project.
This project is due (e-mailed to me) by thursday, April 24.