Topic: Linked List Problem / Level: intermediate

Problem: Implement a function to split a doubly linked list into two sublists such that all nodes with values greater than a pivot go to one list.

Run the code to see the output here...