GeeksforGeeks » Linked List specific questions

link list

(2 posts)

Tags:

  1. sure
    guest
    Posted 6 months ago #

    Given 2 sorted linked lists - merge them. Make sure you don't have duplicates in the merged list. The input lists could have duplicates within them or across the 2 lists.

  2. kartik
    Moderator
    Posted 6 months ago #

    1) Sort both Lists. See http://www.geeksforgeeks.org/archives/7740
    2) Merge the sorted lists. See http://www.geeksforgeeks.org/archives/3622


Reply

You must log in to post.

RSS feed for this topic