All Stories published by Coding Memo on May 06, 2022

[Leetcode] Merge k Sorted Lists

An extension of Merge Two Sorted Lists. Use heap to keep next pair (val, index) at the top. Shift head to next of target list for directly getting target node in future round.

Description
About
Coding Memo
leetcode solutions and programming notes
More information
Tags
Editors