← ALL NOTES
Array

3362. Zero Array Transformation III

Given an array nums and queries [l, r]: each chosen query decrements each element on [l, r] by up to 1. Find the maximum number of queries you can not use (remove) such that the array can still be…

Loading…