range-addition-ii-reduces-to-min

Status: IN

`maxCount` runs in O(len(ops)) time and O(1) space by reducing the problem to `min(ai) * min(bi)` — the matrix is never allocated

Source: entries/2026/06/06/range-addition-ii-solution.md

JSON