leetcode(21): Merge Two Sorted Lists

题目 翻译: 合并2个已经排序的链表,并且返回一个新的链表。这个新的链表应该由前面提到的2个链表的节点所组成。 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. Ex
相关文章
相关标签/搜索