0
点赞
收藏
分享

微信扫一扫

leetcode-21-Merge Two Sorted Lists

Android开发指南 2023-08-23 阅读 15


Compare the current value of each list, the assign the smaller node to merged list, then return it.

It is straight forward, just need to know that it use to merge a new list, not create a new list.


举报

相关推荐

0 条评论