highest-altitude-starts-at-zero

Status: IN

`min_operations` (the highest-altitude solver) includes altitude 0 as a candidate for the maximum by initializing `max_alt = 0`, correctly accounting for the starting point.

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

JSON