Question: Homework # 3 Write a program to test if a string is a palindrome or not using the double ended queue implementations. The input string
Homework #
Write a program to test if a string is a
palindrome or not using the double ended
queue implementations. The input string could
contain punctuation and spaces which should
be ignored.
Sample Input : A dog! A panic in a pagoda!
Sample Output : true
Sample Input : Im alas, a salami'
Sample Output : true
Sample Input : elvil liver
Sample Output : false
Please provide code in C
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
