Topic: Linked List Problem / Level: intermediate

Problem: Write a function to split a circular doubly linked list into two lists based on whether the node values are divisible by 4.

Run the code to see the output here...