how to find the value of 'c' in regularity condition of master method?

Fake

New member
Joined
May 19, 2008
Messages
26
Reaction score
0
Points
1
How do I find the value of 'c' for this recurrence:
T(n) = T(n/2) + 2^n

I'm getting a non constant value for c. Any help?
 
Back
Top