Question
Which data structure or concept is best described as analysis that averages operation cost over a sequence rather than using probability?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Amortized Analysis
Explanation:
Amortized Analysis is analysis that averages operation cost over a sequence rather than using probability.
This description distinguishes it from the other choices.
Leave a Reply