Question
Which data structure or concept is best described as an algorithm that uses only a small amount of extra memory beyond its input?
Select an option. Your answer will be checked instantly.
Correct Answer: A. In-Place Algorithm
Explanation:
In-Place Algorithm is an algorithm that uses only a small amount of extra memory beyond its input.
This description distinguishes it from the other choices.
Leave a Reply