DSA Master
Home
Problems
123
Schedule
17 Patterns
Data Structures
PDF Guide
Back to Problems
Mark as Complete
Copy List with Random Pointer
#138
Medium
Linked List
O(n)
O(1)
Amazon
Google
Meta
View on LeetCode
Description
Approach
Solution
Related
Problem Description
Deep copy linked list where each node has next and random pointer.