Topic: Linked List Problem / Level: intermediate

Problem: How do you split a singly linked list into k parts with each part containing approximately equal nodes?

Run the code to see the output here...