Hi,
I want to create a program that detects palindroms in c++ using stack(arrays) and queue(linked list). I have already created my stack and queue, so I want them tho work together... I want to make it this way, when the user inserts a string, character should be inserted into a stack and a queue, one character of the string at a time, then when the user deletes the characters, front and top have to be the same, then we will say its a palindrome. So can anyone help? Thank you