How to write a function which takes two ADTs of sorted Link Lists and Merges them?
Write a function which takes two ADTs of sorted Link Lists and Merges them into third in such a way third link list remains sorted on each insertion of new element. Repeat the part 1 with STL linklist
Write code for the above plz