Topic: Linked List Problem / Level: advanced

Problem: Write a function to split a circular doubly linked list into k parts where each part has the same sum of node values.

Run the code to see the output here...