smallest-range-i-no-mutation

Status: IN

`smallestRangeI` never modifies the input array; the answer is computed purely from `max(nums)`, `min(nums)`, and `k`

Source: entries/2026/06/06/smallest-range-i-solution.md

JSON