Page 1 of 1

Solve the following recurrence equation. Assume that T(n) is constant for sufficiently small n. (a) T(n) = 2T(n/5) + cn2

Posted: Fri Jul 01, 2022 5:47 am
by answerhappygod
Solve the following recurrence equation. Assume that T(n) isconstant for sufficiently small n.
(a) T(n) = 2T(n/5) + cn2
(b) T(n) = 9T(n/2) + cn3
(c) T(n) = 4T(n/4) + cn log n