Status: IN
`isPalindrome` achieves O(1) extra space by mutating the list in-place (fast/slow pointer to find midpoint, then in-place reversal) rather than copying values to an array
Source: entries/2026/06/06/palindrome-linked-list-solution.md
JSON