Topic: Linked List Problem / Level: intermediate

Problem: Write a function to remove all nodes from a doubly linked list whose values are greater than the sum of their neighbors.

Run the code to see the output here...