Topic: Linked List Problem / Level: advanced

Problem: How do you split a circular doubly linked list into two lists where one contains nodes divisible by 2 and the other contains nodes divisible by 4?

Run the code to see the output here...