Question: What is meant by the phrase "space complexity"?
- `How many microprocessors it would take to run your code in less than one second`
- `How many lines of code are in your code file`
- `The amount of space taken up in memory as a function of the input size`
- `How many copies of the code file could fit in 1 GB of memory`
Answer: The correct answer of the above question is Option C:`The amount of space taken up in memory as a function of the input size`