min-max-game-linear-total-work

Status: IN

Total comparisons across all rounds is O(n) due to geometric halving (n/2 + n/4 + ... = n - 1).

Source: entries/2026/06/06/min-max-game-solution.md

JSON