Topic: Linked List Problem / Level: intermediate

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

Run the code to see the output here...