Topic: Two Pointer Problem / Level: beginner

Problem: Find the minimum length of a contiguous subarray whose sum is greater than or equal to a given value using two pointers.

Run the code to see the output here...