Back to the 2024 paper

Module 1: Introduction

20242m

If an algorithm has time complexity T(n)=5n2+3n+7T(n) = 5n^2 + 3n + 7, its asymptotic upper bound is:
(i) O(n)O(n)
(ii) O(n2)O(n^2)
(iii) O(nlogn)O(n \log n)
(iv) O(n3)O(n^3)

Similar questions