Jul 6, 2013 #1 F 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 = T(n/2) + 2^n I'm getting a non constant value for c. Any help?
How do I find the value of 'c' for this recurrence: T = T(n/2) + 2^n I'm getting a non constant value for c. Any help?