(a) Find a growth rate that squares the run time when we double the input size. That is, if T(n) = X, then T(2n) = x2
(b) Find a growth rate that cubes the run time when we double the input size. That is, if T(n) = X, then T(2n) = x3
Using the definitions of big-Oh and Ω, find the upper and lower bounds for the following expressions. Be sure to state appropriate values for c and n0.
(a) c1n
(b) c2n3+ c3
(c) c4n log n + c5n
(d) c62n+ c7n6
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here