regularity

  1. F

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

    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