Grokking Algorithm Complexity and Big-O
Ask Author
Back to course home

0% completed

Vote For New Content
Quiz
On this page
Question 1
Which of the following statements is true about space complexity?
A
Space complexity only considers the space taken by input variables.
B
Space complexity measures the total memory used by an algorithm, including output, and auxiliary space.
C
Space complexity is independent of the input size.
D
Space complexity is only important for recursive algorithms.

.....

.....

.....

Like the course? Get enrolled and start learning!

On this page