Topic: Linked List Problem / Level: intermediate

Problem: Implement a function to delete nodes from a doubly linked list where the sum of the previous and next nodes is greater than the current node value.

Run the code to see the output here...