Quizlearn
.app
What is the asymptotic space complexity of an algorithm that allocates memory proportional to the square of the input size?
O(n)
O(log n)
O(1)
O(n^2)
Data Structures and Algorithms Exercises are loading ...