2014年6月29日

leetcode - Linked List Cycle II

摘要: 题目:Linked List Cycle IIGiven a linked list, return the node where the cycle begins. If there is no cycle, returnnull.Follow up:Can you solve it withou... 阅读全文

posted @ 2014-06-29 19:10 laihaiteng 阅读(205) 评论(0) 推荐(0)

leetcode - Merge Two Sorted Lists

摘要: 题目:Merge Two Sorted ListsMerge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the ... 阅读全文

posted @ 2014-06-29 17:25 laihaiteng 阅读(221) 评论(0) 推荐(0)

导航