Topic: Linked List Problem / Level: beginner

Problem: Write a function to remove nodes that contain values greater than the sum of the previous and next node.

Run the code to see the output here...