Topic: Array Problem / Level: intermediate

Problem: Given an array, find the smallest subarray with a sum greater than a given value.

Run the code to see the output here...