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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!