(Choose 1 answer)
(See picture)
A. (i) and (ii)
B. (ii) and (iii)
C. None of (i). (ii). (iii)
D. (i) and (iii)
E. All of (i). (ii) and (iii)
Let n be a positive integer. Which of the following statem
(i)f(n) = n² logn² is O(n4)
(ii) f(n) = n² is O(n² logn²)
(iii) f(n) = 3n log(n!) + (n² + 3) logn is O(n21
Q: 2