Topic: Linked List Problem / Level: advanced

Problem: How do you split a circular singly linked list into two lists where one contains odd-positioned nodes and the other contains even-positioned nodes?

Run the code to see the output here...