Search
⌘K

Leetcode 2357. Make Array Zero by Subtracting Equal Amounts

Given a non-negative integer array, repeatedly subtract a positive x (≤ the current smallest non-zero element) from all positive entries and return the minimum operations to make every element zero — this equals the number of distinct positive values in the array.


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.