leetcode
leetcode copied to clipboard
Merge k Sorted Lists cannot pass
Using function mergeTwoLists will lead to Time limit exceeding. Please use min heap.