Question: Please answer the following questions using Big-O notation a) Show that if d(n) is O(f(n)) and e(n) is O(g(n)), then d(n) + e(n) is O(f(n)
Please answer the following questions using Big-O notation
a) Show that if d(n) is O(f(n)) and e(n) is O(g(n)), then d(n) + e(n) is O(f(n) + g(n)).
b) 2n+1 + n3 is O(2n) (Prove or disprove)
c) Prove that 2n is O(n!)
d) log(n!) is O(n log n) (Prove or disprove)
e) Show that if d(n) is O(f(n)) and e(n) is O(g(n)), then d(n) e(n) is not necessarily O(f(n) g(n)).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
