Jun-11-2018, 10:53 AM
Hey all,
Any pointers on how to solve this -
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.
Problem Link
I'm preparing for my technical interviews and solved around 50+ Problems. Need any pointers to solve the above one.
Thank you in advance!!
Any pointers on how to solve this -
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.
Problem Link
I'm preparing for my technical interviews and solved around 50+ Problems. Need any pointers to solve the above one.


Thank you in advance!!