GeeksforGeeks » Interview Questions

copy the list

(3 posts)
[closed]
  1. k53
    Member
    Posted 5 months ago #

    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

  2. kartik
    Moderator
    Posted 5 months ago #

  3. k53
    Member
    Posted 5 months ago #

    Thank you


Topic Closed

This topic has been closed to new replies.

RSS feed for this topic