[LeetCode] 234. Palindrome Linked List 回文链表

Given a singly linked list, determine if it is a palindrome. Example 1: Input: 1->2 Output: false Example 2: Input: 1->2->2->1 Output: true Follow up:
posted @ 2015-07-10 12:38  Grandyang  阅读(34316)  评论(10)    收藏  举报
Fork me on GitHub