Topic: Linked List Problem / Level: intermediate

Problem: Write a function to split a circular singly linked list into two equal parts.

Run the code to see the output here...