*[未完待续]Palindrome Linked List

题目:

Given a singly linked list, determine if it is a palindrome. Follow up: Could you do it in O(n) time and O(1) space?

碉堡!

reference:http://www.cnblogs.com/grandyang/p/4635425.html

原文地址:https://www.cnblogs.com/hygeia/p/4763076.html