Exam-style question
Try this first
Which statement best describes space efficiency?.
- A.How quickly an algorithm completes
- B.How much memory and other storage an algorithm requires
- C.How many users can read the program
- D.How clearly the algorithm is written
Model answer
What a good answer should say
- How much memory and other storage an algorithm requires
Explanation
Why this works
Space-wise efficiency concerns the resources used to store data and carry out the algorithm, especially memory.
Common mistake
No common mistake is linked to this question yet.
