Fast/Slow Pointers: Palindrome Linked List
by Raul Bojalil
HTML
<p data-id="99ead110d7ff5d2c21c64cf51c65600b">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.</p>