Topic: Linked List Problem / Level: intermediate

Problem: How do you merge two sorted singly linked lists where each node contains a random pointer?

Run the code to see the output here...