Find Peak Element

A peak element is an element that is greater than its neighbors.html Given an input array where num[i] ≠ num[i+1], find a peak element and return its index.數組 The array may contain multiple peaks, in
相關文章
相關標籤/搜索