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.html 這題與Add Two Numbers類似,注意的是存在長度不等,以及考慮使用dummy node做爲結果的頭
相關文章
相關標籤/搜索