Topic: Linked List Problem / Level: beginner

Problem: How do you merge two unsorted circular singly linked lists into one sorted linked list?

Run the code to see the output here...