Topic: Linked List Problem / Level: beginner

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

Run the code to see the output here...