Topic: Linked List Problem / Level: intermediate

Problem: Implement a function to find the length of the longest palindrome in a doubly linked list.

Run the code to see the output here...