Topic: Linked List Problem / Level: intermediate

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

Run the code to see the output here...