some-solutions-mutate-input

Status: IN

Some solutions mutate their input arguments in place (e.g., `can_construct` sorts the array, `canPlaceFlowers` writes to the flowerbed list) while others are pure (e.g., `digitSum` rebinds without mutation). There is no repo-wide convention — each solution's mutation behavior must be checked individually.

Source: entries/2026/06/06/can-make-arithmetic-progression-from-sequence-solution.md, entries/2026/06/06/can-place-flowers-solution.md, entries/2026/06/06/calculate-digit-sum-of-a-string-solution.md

JSON