উত্তর
ব্যাখ্যা
Answer: C
Asymptotic notations are mathematical tools used to describe the running time or space requirement of an algorithm as the input size (n) grows very large (n → ∞).
They focus only on growth rate, i.e., how fast the runtime increases as input size increases.
Asymptotic analysis studies growth as input size approaches infinity.