Topic: Linked List Problem / Level: beginner

Problem: Write a function to merge two sorted circular linked lists.

Run the code to see the output here...