two-max-tracker-ge-not-gt

Status: IN

In the two-max tracking idiom (`max_product`), the primary branch uses `>=` (not `>`), which is critical for correctness: with `>`, an array of identical values would leave `max2` at the initial value of 0 instead of being promoted.

Source: entries/2026/06/06/maximum-product-of-two-elements-in-an-array-solution.md

JSON