greedy-single-pass-virtual-state-pattern

Status: IN

`min_operations` (array increasing) tracks a virtual `prev` value instead of mutating the input array, keeping the function pure while achieving O(n) time and O(1) space.

Source: entries/2026/06/06/minimum-operations-to-make-the-array-increasing-solution.md

JSON