Topic: Array Problem / Level: intermediate

Problem: Find the minimum length of a contiguous subarray where the sum is greater than or equal to a given value x.

Run the code to see the output here...