Topic: Linked List Problem / Level: advanced

Problem: How do you merge k sorted circular singly linked lists where each list contains nodes with both next and random pointers?

Run the code to see the output here...