Topic: Linked List Problem / Level: intermediate

Problem: How do you split a circular doubly linked list into two equal parts?

Run the code to see the output here...