Topic: Linked List Problem / Level: advanced

Problem: How do you merge two sorted doubly linked lists where each node contains a random pointer to any other node in the list?

Run the code to see the output here...