Oris
Today
Universe
Explore
Studio
Authors
Account
Урок 1 из 7
A function sums an array using a single accumulator variable and no other allocation. What is its auxiliary space complexity?
O(1)
O(n)
O(n^2)
O(log n)
Проверить
Today
Universe
Explore
Profile