Topic: Linked List Problem / Level: advanced

Problem: How do you split a doubly linked list into k sublists where each sublist has nodes with prime values?

Run the code to see the output here...