Topic: Linked List Problem / Level: intermediate

Problem: How do you split a circular doubly linked list into three parts with approximately equal lengths?

Run the code to see the output here...