Question: Choose the equivalent Big Oh notation for the functions given below. If there is more than one option, circle the tightest asymptotic bound. function f(n)
Choose the equivalent Big Oh notation for the functions given below. If there is more than one option, circle the tightest asymptotic bound.
-
function f(n) = 5n - 10 belongs to
a) O(1) b) O(n) c) O(n2) d) O(log n)
-
function f(n) = 4n2 + 4n + 1 belongs to
a) O(1) b) O(n) c) O(n2) d) O(log n)
-
function f(n) = n2 + 100 log n belongs to
a) O(1) b) O(n) c) O(n2) d) O(log n)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
