Topic: Linked List Problem / Level: advanced

Problem: How do you merge two linked lists where each node contains a random pointer to another node within the same list?

Run the code to see the output here...