ap-integer-division-exact

Status: IN

In `missing-number-in-arithmetic-progression/solution.py`, the expression `(arr[-1] - arr[0]) // n` never truncates under valid inputs because the span of a valid AP is always an exact multiple of the gap count.

Source: entries/2026/06/06/missing-number-in-arithmetic-progression-solution.md

JSON