Question link: https://leetcode-cn.com/problems/palindrome-linked-list/submissions/
Question-solving ideas: Cut in half, reverse the second half, and compare whether the two halves are equal.
Question link: https://leetcode-cn.com/problems/palindrome-linked-list/submissions/
Question-solving ideas: Cut in half, reverse the second half, and compare whether the two halves are equal.