摘要: 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?Subscribeto see which companies aske... 阅读全文
posted @ 2015-11-15 16:25 AprilCheny 阅读(203) 评论(0) 推荐(0) 编辑
摘要: Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists.Subscribe... 阅读全文
posted @ 2015-11-15 10:33 AprilCheny 阅读(179) 评论(0) 推荐(0) 编辑