Search
⌘K

Leetcode 1909. Remove One Element to Make the Array Strictly Increasing

Check whether the array can be made strictly increasing by removing at most one element (return true if already strictly increasing) — i.e., detect at most one non-increasing adjacent pair and verify that deleting one of its two elements can restore strict order.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.