Topic: Array Problem / Level: intermediate

Problem: Find the length of the longest subarray where the sum of the elements is less than a given value x.

Run the code to see the output here...