Topic: Linked List Problem / Level: intermediate

Problem: Implement a function to split a sorted doubly linked list into two sorted singly linked lists.

Run the code to see the output here...