Topic: Linked List Problem / Level: intermediate

Problem: Write a function to delete nodes from a singly linked list whose values are greater than the sum of their neighboring nodes.

Run the code to see the output here...