Topic: Linked List Problem / Level: intermediate

Problem: How do you split a doubly linked list into two linked lists based on a pivot value?

Run the code to see the output here...