GeeksforGeeks » Interview Questions
copy the list
(3 posts)
[closed]
-
Given a doubly linked list where
1. one link points to it’s next neighbour
2. Other link points to some random node in the list(could also point to NULL)
Write an algorithm to make a copy of this list -
Thank you
Topic Closed
This topic has been closed to new replies.