Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 241 Bytes

File metadata and controls

6 lines (4 loc) · 241 Bytes

A linked list is given such that each node contains an additional random pointer which could point to any node in the list or null.

Return a deep copy of the list.

Show Tags Hash Table Linked List