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做为结果的头
相关文章
相关标签/搜索