Topic: Linked List Problem / Level: beginner

Problem: Write a function to remove all nodes whose values are less than the average value of the circular singly linked list.

Run the code to see the output here...