Topic: Linked List Problem / Level: advanced

Problem: How do you split a circular doubly linked list into two lists, one containing odd-positioned nodes and the other containing even-positioned nodes?

Run the code to see the output here...