Topic: Linked List Problem / Level: intermediate

Problem: Implement a function to split a circular doubly linked list into two equal halves.

Run the code to see the output here...