Fetching algorithms...
target = 7, nums = [2,3,1,2,4,3]
2
target = 4, nums = [1,4,4]
1
target = 11, nums = [1,1,1,1,1,1,1,1]
0
Time Complexity
Space Complexity
Find the minimum length of a contiguous subarray whose sum is greater than or equal to target = 7.