[Leetcode][python]尋找峯值

題目大意 https://leetcode-cn.com/problems/find-peak-element/description/python 峯值元素是指其值大於左右相鄰值的元素。web 給定一個輸入數組 nums,其中 nums[i] ≠ nums[i+1],找到峯值元素並返回其索引。數組 數組可能包含多個峯值,在這種狀況下,返回任何一個峯值所在位置便可。svg 你能夠假設 nums[-
相關文章
相關標籤/搜索