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
Solve the following recurrence equation. Assume that T(n) is constant for sufficiently small n. (a) T(n) = 2T(n/5) + cn2
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am