Chapter 4 - Using Stacks and Queues

This assignment is to utilize the author's stack code and queue code from chapter 4 to determine if a string is a palindrome (or not). Note that an analysis of your two solutions is required to be compared to the algorithm given in this document. A palindrome is a word that is spelled the same forwards and backwards.
Assume that the phrase has been stripped of punctuation and is all the same case. For example, "A man, a plan, a canal. Panama!" is entered as "amanaplanacanalpanama"