highest-altitude-single-pass

Status: IN

The highest-altitude solution uses a running accumulator with tracking max in O(n) time and O(1) space, rather than materializing the prefix-sum array.

Source: entries/2026/06/06/find-the-highest-altitude-solution.md

Depended on by

JSON