Topic: Linked List Problem / Level: advanced

Problem: How do you implement a copy of a linked list where each node has an additional random pointer?

Run the code to see the output here...