soulmachine / leetcode

LeetCode题解,151道题完整版。
BSD 3-Clause "New" or "Revised" License
11.27k stars 3.43k forks source link

Merge k Sorted Lists cannot pass #59

Open seed93 opened 9 years ago

seed93 commented 9 years ago

Using function mergeTwoLists will lead to Time limit exceeding. Please use min heap.