Topic: Linked List Problem / Level: advanced

Problem: How do you split a doubly linked list into two lists such that one list contains nodes with values divisible by a given number?

Run the code to see the output here...