Algorithms

Select the accurate description of Space complexity.

Correct answer

B. A measure of the amount of memory an algorithm uses as a function of input size.

Explanation

Space complexity refers to a measure of the amount of memory an algorithm uses as a function of input size.