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
相關文章
相關標籤/搜索