dominance-via-second-max-sufficiency

Status: IN

Checking `max_val >= 2 * second_max` is sufficient to verify dominance over all elements, because if the max is at least twice the second-largest, it is at least twice every smaller element — used in `largest-number-at-least-twice-of-others`

Source: entries/2026/06/06/largest-number-at-least-twice-of-others-solution.md

JSON