摘要: 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?/** * Definition for singly-linked l... 阅读全文
posted @ 2016-01-27 14:28 Decmber 阅读(158) 评论(0) 推荐(0) 编辑