Topic: Linked List Problem / Level: beginner

Problem: How do you merge two sorted circular doubly linked lists into one?

Run the code to see the output here...