Topic: Linked List Problem / Level: beginner

Problem: How do you remove all nodes in a circular singly linked list that have values greater than the average of the list?

Run the code to see the output here...