Topic: Linked List Problem / Level: advanced

Problem: Write a function to split a doubly linked list into two lists where each list contains alternating nodes from the original list.

Run the code to see the output here...