Topic: Linked List Problem / Level: intermediate

Problem: Write a function to split a circular doubly linked list into two lists where one contains even values and the other contains odd values.

Run the code to see the output here...