Topic: Linked List Problem / Level: advanced

Problem: How do you merge k sorted multilevel linked lists where each list may contain both forward and child pointers?

Run the code to see the output here...