Data structure
A palindrome is a string that reads the same forwards asbackwards. Using
only a fixed number of stacks and queues, the stack and queueADT func-
tions, and a fixed number of int and char variables, write analgorithm to
determine if a string is a palindrome. Assume that the string isread from
standard input one character at a time. The algorithm should outputtrue or
false as appropriate.
Expert Answer
An answer will be send to you shortly. . . . .