running-sum-mutates-input

Status: IN

`runningSum` modifies and returns the input list in-place via forward accumulation rather than allocating a new list; callers lose the original data.

Source: entries/2026/06/06/running-sum-of-1d-array-solution.md

JSON