Menu

[solved] – Question 73757

Let T(n) = 7T(n/2) + 3n2 + 2.
Using Master Theorem and the Limits approach, show that T(n) = O(n3)

Expert Answer


OR


Leave a Reply

Your email address will not be published. Required fields are marked *