Topic: Linked List Problem / Level: intermediate

Problem: Implement a function to split a circular singly linked list into two lists where one contains nodes with even values and the other contains odd values.

Run the code to see the output here...