Meta interview question

Finding the peak in an array

Interview Answer

Anonymous

28 Mar 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).