Topic: Linked List Problem / Level: intermediate

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

Run the code to see the output here...