Topic: Linked List Problem / Level: intermediate

Problem: How do you remove nodes from a singly linked list whose values are less than the average of the list?

Run the code to see the output here...