search-starts-at-isqrt

Status: IN

`constructRectangle` begins its width search at `math.isqrt(area)` and decrements, guaranteeing the first divisor found is the largest factor ≤ sqrt(area), which yields the minimum `L - W`.

Source: entries/2026/06/06/construct-the-rectangle-solution.md

JSON