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. 題目大意:   給定兩個有序的鏈表,求有序合併後的鏈表。 思路:   鏈表有序合併也是數據結構裏邊的經典
相關文章
相關標籤/搜索