Question: 2. Write big-O notation for: a. f(n) = n^2 + log(n) b. f(n) = n + nlog(n) + 1 c. f(n) = n^2 (n^2+n+1) d.
2. Write big-O notation for: a. f(n) = n^2 + log(n) b. f(n) = n + nlog(n) + 1 c. f(n) = n^2 (n^2+n+1) d. f(n) = log(n) + 5 e. f(n) = n + 2 log(n) + 67
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
