Topic: Linked List Problem / Level: intermediate

Problem: How do you split a doubly linked list into k parts of approximately equal lengths?

Run the code to see the output here...