Topic: Array Problem / Level: beginner

Problem: Find the longest contiguous subarray where all elements are less than the sum of their indices.

Run the code to see the output here...