Meta Interview Question

Finding the peak in an array

Interview Answer

Anonymous

Mar 28, 2026

I implemented the binary search, but I didn't explain that you assume you'll find the peak where value is increasing (it matters for stopping condition).