Topic: Linked List Problem / Level: intermediate

Problem: Write a function to merge two sorted linked lists where each node contains a random pointer to another node in the list.

Run the code to see the output here...