LeetCode之21----Merge Two Sorted Lists

题目:   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. 题目大意:   给定两个有序的链表,求有序合并后的链表。 思路:   链表有序合并也是数据结构里边的经典
相关文章
相关标签/搜索