Topic: Linked List Problem / Level: intermediate

Problem: Implement a function to split a circular singly linked list into k parts with approximately equal lengths.

Run the code to see the output here...