Topic: Linked List Problem / Level: intermediate

Problem: How do you remove nodes from a circular doubly linked list where the node value is greater than the sum of its neighbors?

Run the code to see the output here...