Topic: Linked List Problem / Level: advanced

Problem: How do you merge two linked lists where each node has a forward and backward pointer, and the lists are sorted in opposite orders?

Run the code to see the output here...