tie-breaking-earliest-year

Status: IN

`maxAliveYear` uses strict `>` in its comparison so the left-to-right scan naturally returns the earliest year when multiple years share peak population.

Source: entries/2026/06/06/maximum-population-year-solution.md

JSON