Class Solution
- java.lang.Object
-
- g0801_0900.s0852_peak_index_in_a_mountain_array.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
peakIndexInMountainArray(int[] arr)
-