Topic: Linked List Problem / Level: intermediate

Problem: Write a function to split a circular doubly linked list into two separate lists of approximately equal length.

Run the code to see the output here...