記錄刷題——(leetcode——665非遞減數列)

題目:給你一個長度爲 n 的整數數組,請你判斷在 最多 改變 1 個元素的狀況下,該數組可否變成一個非遞減數列。 咱們是這樣定義一個非遞減數列的: 對於數組中全部的 i (1 <= i < n),總知足 array[i] <= array[i + 1]。 來源:力扣(LeetCode) 連接:https://leetcode-cn.com/problems/non-decreasing-array
相關文章
相關標籤/搜索