Topic: Linked List Problem / Level: advanced

Problem: Implement a function to split a sorted doubly linked list into two lists where one list contains nodes with values divisible by 3.

Run the code to see the output here...