Question: Write a function in C++ using doubly linked list which has characters as node data. The function should check whether the list a palindrome or
Write a function in C++ using doubly linked list which has characters as node data. The function should check whether the list a palindrome or not. The function will return the count of unique alphabets in the list. A palindrome is a word which spells same forward and backward. e.g MADAM.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
