News

A prefix sum array is an array where each element at index i stores the sum of all elements from the original array from index 0 to i. Answer multiple queries like: "What is the sum from index i to j?