Goldman Sachs Interview Question

Shortest subarray exceeding the target sum

Interview Answer

Anonymous

Mar 4, 2021

I gave the brute force approach first and then the two pointer approach