📚 dsaflash.cards
Problems
Log in
Sign up
Home
/
Big O Notation
/
Space Complexity
Space Complexity
Question 1 of 6
What does 'auxiliary space' mean?
A
The memory on the CPU cache
B
The stack memory used by the operating system
C
The memory used only by variables and data structures the algorithm creates, excluding the input
D
The total memory used by the algorithm including the input
← Back to categories