Topic: Linked List Problem / Level: intermediate

Problem: Implement a function to split a circular doubly linked list into two separate lists based on odd and even indexed nodes.

Run the code to see the output here...