Status: IN
The minimum score equals `max(0, max(nums) - min(nums) - 2*k)` — the optimal strategy pushes the min up by `k` and the max down by `k`, collapsing to zero if `2k` exceeds the original spread
Source: entries/2026/06/06/smallest-range-i-solution.md
JSON