Question: True or false a. 5n + 10 n 2 = O(n 2 ) b. n log n + 4 n = O(n) c. log(n 2
True or false
a. 5n + 10 n2 = O(n2)
b. n log n + 4 n = O(n)
c. log(n2) + 4 log(log n) = O(logn)
d. 12 n1/2 + 3 = O(n2)
e. 3n + 11 n2 + n20 = O(2n)
Step by Step Solution
3.43 Rating (159 Votes )
There are 3 Steps involved in it
a 5n 10n2 On2 False While 10n2 dominates for large n the 5n term grows linearly and cannot be ignore... View full answer
Get step-by-step solutions from verified subject matter experts
