摘要: 合并两个已排序的链表。 https://leetcode.com/problems/merge two sorted lists/ Merge two sorted linked lists and return it as a new list. The new list should be ma 阅读全文
posted @ 2016-11-29 19:21 BinWone 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 两个链表反转问题。 "206. Reverse Linked List" Reverse a singly linked list. Hint: A linked list can be reversed either iteratively or recursively. Could you im 阅读全文
posted @ 2016-11-29 16:16 BinWone 阅读(172) 评论(0) 推荐(0) 编辑