SummerTech interview question

In an integer array that is first strictly increasing then strictly decreasing, find the maximum value.

Interview Answer

Anonymous

10 Jun 2021

Binary search of a bitonic array