Topic: Array Problem / Level: beginner

Problem: Find the longest contiguous subarray where the sum of elements is less than the square of their index.

Run the code to see the output here...