Topic: Linked List Problem / Level: intermediate

Problem: Implement a function to split a doubly linked list into k parts of approximately equal lengths.

Run the code to see the output here...