Topic: Linked List Problem / Level: beginner

Problem: How do you merge two linked lists where one is sorted in ascending order and the other in descending order?

Run the code to see the output here...