Topic: Linked List Problem / Level: intermediate

Problem: Write a function to sort a circular doubly linked list in ascending order using merge sort.

Run the code to see the output here...