The Question

By nlp26 (0) on 10th April 2008

Question: Master Method

could anyone help me with this problem?
T(n) = 7T(n/2) + n^2
I understand the master method a little..
so in this case a = 7, b = 2, and f(n) = n^2
but what do I do with those numbers? If anyone has a good webiste or can explain how this works here i would really appreciate it…I tried to look online but found nothing that was clear to me. Thanks

Leave An Answer

Please login to answer this question. If you're not a member you can register here.

Alternatively if you already use twitter or facebook login below.

Login with Twitter

Other Questions