Neetcode Spaced Repetition System

138. Copy List With Random Pointer

Medium

Linked List

Optimal Complexity

Time

O(n)

Space

O(n)

Start First Attempt
Copy List With Random Pointer — NeetcodeSRS