Skip to content

Running sum

Running sum

Return a new array where position i holds the sum of all elements up to and including i: [1, 2, 3, 4][1, 3, 6, 10]. Keep a running total and fill a fresh int[] of the same length.

Log in or create account

IGCSE & A-Level