Google Interview Question

longest suarray with first value greater than the last value

Interview Answer

Anonymous

Aug 28, 2024

using 2 for loops, but they obviously asked to optimize it further.