Topic: Linked List Problem / Level: intermediate

Problem: Write a function to remove all nodes from a doubly linked list that are greater than the average of the list.

Run the code to see the output here...