mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2026-03-13 10:02:05 +08:00
更新 problem 21 和 23
This commit is contained in:
@@ -23,4 +23,4 @@ Output: 1->1->2->3->4->4->5->6
|
||||
|
||||
合并 K 个有序链表
|
||||
|
||||
借助分治的思想,把 K 个有序链表两两合并即可。
|
||||
借助分治的思想,把 K 个有序链表两两合并即可。相当于是第 21 题的加强版。
|
||||
Reference in New Issue
Block a user