sorted-triangle-single-inequality

Status: IN

When sides are sorted descending (`a >= b >= c`), only `a < b + c` needs explicit testing — the other two triangle inequalities hold automatically.

Source: entries/2026/06/06/largest-perimeter-triangle-solution.md

JSON