标签:
----------------------------------------------------------------------------
Mean:
将两个非递减排列的链表合并成一个链表,所得链表依然按照非递减顺序排列.
analyse:
链表的基本操作.
Time complexity: O(N)
view code
LeetCode - 21. Merge Two Sorted Lists
标签:
原文地址:http://www.cnblogs.com/crazyacking/p/5195998.html