Topic: Linked List Problem / Level: advanced

Problem: Implement a function to split a circular singly linked list into two lists where one contains nodes divisible by 5 and the other divisible by 7.

Run the code to see the output here...