It is supposed to read in data from an input file (Qstr.txt).
It is to determine if the characters are palindrome or not. We have to use a previously designed priority queue list.
I think the issue is in the insert function i had to use for the priority list. not sure how to use it for the palindrome program.
There is an isPalindrome() function which I think works, so I think it is in the insert somehow.
It will print the output and say that it is NOT palindrome which leads me to believe it is missing something somehow.
Attachment:- stackqueue.zip