摘要: 题目: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.说明:有序链... 阅读全文
posted @ 2014-06-22 10:22 平凡的幸福... 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 题目:Given a sorted linked list, delete all duplicates such that each element appear onlyonce.For example,Given1->1->2, return1->2.Given1->1->2->3->3, r... 阅读全文
posted @ 2014-06-22 09:42 平凡的幸福... 阅读(622) 评论(0) 推荐(0) 编辑