Prefix Sum
also called a cumulative sum) is an array or data structure that stores running totals of elements in another array. - wikipedia / chatGPT
see also
Written on November 9, 2025, Last update on
math
concept
algorithm
AVX