Copy List with Random Pointer Flashcards
1
Q
Copy List with Random Pointer
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.
A
Medium > Copy List with Random Pointer > Flashcards
Copy List with Random Pointer
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.