Topic: Linked List Problem / Level: intermediate

Problem: How do you split a circular singly linked list into two equal halves without losing the structure?

Run the code to see the output here...