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 hints

Topics

Also asked at 2 companies


More eBay Questions

View all eBay questions