Leetcode Week3 Merge Two(k) Sorted Lists

Questionhtml Q1.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.node Example:算法 Input: 1->2->4, 1->3->4 Out
相關文章
相關標籤/搜索