Topic: Linked List Problem / Level: intermediate

Problem: How do you merge two sorted circular singly linked lists where each node has a random pointer to another node?

Run the code to see the output here...