2.7 Implement a function to check if a linked list is a palindrome.
LeetCode上的原题,参见我之前的博客Palindrome Linked List 回文链表。
时间: 2024-12-22 16:36:20
2.7 Implement a function to check if a linked list is a palindrome.
LeetCode上的原题,参见我之前的博客Palindrome Linked List 回文链表。