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