closed-form-preferred-over-simulation

Status: IN

When a mathematical closed-form exists (e.g., triangular number formula for arranging-coins), the repo uses it with exact integer arithmetic (`math.isqrt`) rather than iterative simulation or binary search.

Source: entries/2026/06/06/arranging-coins-solution.md

JSON