Question

5) For each of the following recurrences state whether the Master theorem can be applied to solve the recurrence or not. If the Master theorem can be used, then use it to determine running time for the recurrence. If the Master theorem cannot be applied, then specify the reason (you dont need to solve the recurrence). a) T(n) = 4T(n/3)+n2

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Yes, Master theorem cn be applied to

T(n) = 4T(n/3) + n^2


T(n) = aT(n/b) + f(n) where a >= 1 and b > 1

Here, a = 4, b = 3, f(n) = n^2

Add a comment
Know the answer?
Add Answer to:
5) For each of the following recurrences state whether the Master theorem can be applied to...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT