Question: 10
(Choose 1 answer)
(See picture)
A. (i)
B. (ii)
C. (iii)
D. (iv)
Ε. (ν)
Suppose that f (n) is 0 (logn), g(n) is 0 (1) and h(n) is O(n).Find the best big-O estimate of
(f(n)) + (g(n) + 2) * h(n)
(i)O(logn)
(ii)0(n)
(iii) O(nlogn)
(iv)0(n²)
(v) O(n²logn)