Remove One Element to Make the Array Strictly Increasing at eBay
Easy29.5% acceptance
This problem has 100.0% frequency at eBay.
Problem Description
Given a **0-indexed** integer array `nums`, return `true` _if it can be made**strictly increasing** after removing **exactly one** element, or _`false` _otherwise. If the array is already strictly increasing, return_`true`. The array `nums` is **strictly increasing** if `nums[i - 1] < nums[i]` for...
Read full problem and hintsTopics
Also asked at 2 companies
More eBay Questions
Partition Equal Subset SumMediumMinimize Maximum Pair Sum in ArrayMediumSpiral MatrixMediumTwo SumEasyGroup AnagramsMedium
View all eBay questions