Question: Just need algorithm no coding Question 2 . [ written question ] You are given two doubly linked lists of sorted integers ( in the
Just need algorithm no coding
Question written question
You are given two doubly linked lists of sorted integers in the ascending order
Let L and R be the head pointers of these two doubly linked lists.
Write an algorithm to merge them into a linked list of sorted integers.
Note: Marks will be given based on
i the correctness of your algorithm and
ii the amount of space used by your algorithm
eg you should not create a new array to store data
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
