What is the time complexity of constructing a prefix sum array for an array of size n?
n
O(n)
O(log n)
O(1)
O(n^2)
This question is part of this quiz :