Question: 1. Write an efficient algorithm in pseudo code to check if a Singly Linked List is Palindrome. Palindrome is a word, phrase, or sequence that

1. Write an efficient algorithm in pseudo code to check if a Singly Linked List is Palindrome. Palindrome is a word, phrase, or sequence that reads the same backward as forward, e.g., madam, refer, racecar... or the following list: List 1->2->1 is a palindrome. List 1->2->3 is not a palindrome. You can assume the linked list contains integer keys only
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
