shortest-completing-word-tie-breaking

Status: IN

When multiple words have the same minimal length, the one appearing earliest in `words` is returned, enforced by strict `<` comparison (not `<=`) in the linear scan.

Source: entries/2026/06/06/shortest-completing-word-solution.md

JSON