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.