next up previous
Next: About this document

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:

Madam, I'm Adam.

A Toyota

You must use both a stack and a queue for this project.

This project is due (e-mailed to me) by thursday, April 24.





Tom Carter
Wed Apr 16 10:41:42 PDT 1997