tukilala
March 31st, 2009, 08:35 AM
Prove the following asymptotic notation properties (in all sections you may assume that and for all n):
1. if f(n) = O(n) then 2^(f(n)) = O(2^n)
2. f(n) - g(n) = Θ(min(f(n),g(n)))
1. if f(n) = O(n) then 2^(f(n)) = O(2^n)
2. f(n) - g(n) = Θ(min(f(n),g(n)))