Question
A programmer needs memory-constrained processing, and the chosen structure has the property that it avoids allocating an auxiliary structure proportional to input size. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. In-Place Algorithm
Explanation:
In-Place Algorithm fits because it supports memory-constrained processing and it avoids allocating an auxiliary structure proportional to input size.
Both clues point to this choice.
Leave a Reply