Topic: Linked List Problem / Level: advanced

Problem: Implement a function to split a sorted circular singly linked list into two lists where one list contains nodes divisible by 4.

Run the code to see the output here...