Topic: Linked List Problem / Level: intermediate

Problem: Write a function to merge two sorted doubly linked lists into one sorted linked list without extra memory.

Run the code to see the output here...