Check if String is Palindrome
Determine if a string reads the same forwards and backwards, ignoring case and non-alphanumeric characters.
Longest Palindromic Substring
Find the longest palindromic substring in a given string
Palindrome Linked List
Check if a linked list is a palindrome using O(1) extra space