Copy List with Random Pointer

#138
Medium
Linked List
O(n)
O(1)
Amazon
Google
Meta
View on LeetCode

Problem Description

Deep copy linked list where each node has next and random pointer.