Topic: Linked List Problem / Level: beginner

Problem: Write a function to split a circular linked list into two halves.

Run the code to see the output here...