Palindrome Linked List

Try to solve the Palindrome Linked List problem.

Statement

Given the head of a linked list, your task is to check whether the linked list is a palindrome or not. Return TRUE if the linked list is a palindrome; otherwise, return FALSE.

Note: The input linked list prior to the checking process should ...

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy