lucky-numbers-row-min-then-col-max

Status: IN

The algorithm finds row minimums first, then validates each candidate as a column maximum via a linear scan; it never independently scans columns to find maximums.

Source: entries/2026/06/06/lucky-numbers-in-a-matrix-solution.md

JSON