Topic: Array Problem / Level: beginner

Problem: Find the longest contiguous subarray where all elements are smaller than the average of the entire array.

Run the code to see the output here...