单向列表拼接
# 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. |
通过比较两个列表节点的大小,替换节点的方式,拼接出一个由小到大排序的有序单向列表,这题对于我来说,难点在于列表的实现,由于之前没怎么接触过链表,还得慢慢去理解。
本文标题:单向列表拼接
文章作者:Canace
发布时间:2019-09-15
最后更新:2023-05-26
原始链接:https://canace.site/%E5%8D%95%E5%90%91%E5%88%97%E8%A1%A8%E6%8B%BC%E6%8E%A5/
版权声明:转载请注明出处
分享