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. ...