/**
Given the head of a singly linked list, return true if it is a palindrome or
false otherwise.
Example 1:
I
2022-09-22