Topic: Linked List Problem / Level: intermediate

Problem: How do you merge k sorted singly linked lists using a min heap?

Run the code to see the output here...