(AMCAT) Aspiring Minds Computer Adaptive Test Practice Test
(AMCAT) Aspiring Minds Computer Adaptive Test FREE AMCAT Algorithm Complexity Questions and Answers
What does Big O notation represent?
Select your answer
A
The exact execution time of an algorithm.
B
The best-case time complexity of an algorithm.
C
The worst-case time complexity or upper bound of an algorithm's growth rate.
D
The amount of memory an algorithm uses.
Hint