Topic: Linked List Problem / Level: intermediate

Problem: Write a function to split a circular doubly linked list into two equal halves without recursion.

Run the code to see the output here...