Question: 1a. Write a Python code for a palindrome tester using two stacks. You will need to handle strings that may have upper/lower case letters and
1a. Write a Python code for a palindrome tester using two stacks. You will need to handle strings that may have upper/lower case letters and white space between the letters. We will not include punctuation marks in our strings. Some examples would include strings like Ot t o, ABCcbA, A Man a Plan a canal Pana Ma
1b. after you have written this code Repeat the above problem, but this time, write a palindrome tester using a stack and a queue.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
