ninehills / blog

https://ninehills.tech
862 stars 80 forks source link

LeetCode-23. Merge k Sorted Lists #39

Closed ninehills closed 6 years ago

ninehills commented 7 years ago

问题

https://leetcode.com/problems/merge-k-sorted-lists/description/

Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complexity.

ninehills commented 7 years ago

4