Topic: Linked List Problem / Level: advanced

Problem: How do you implement an efficient merge operation for two sorted circular singly linked lists with minimal extra space?

Run the code to see the output here...