(a) Suppose you want to use the method of iterative substitution to solve the following recurrence: if n ≤7 T(n) = (2 [T
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
(a) Suppose you want to use the method of iterative substitution to solve the following recurrence: if n ≤7 T(n) = (2 [T
(a) Suppose you want to use the method of iterative substitution to solve the following recurrence: if n ≤7 T(n) = (2 [T(n¹/4)+(log logn) ifn>7 Show the first three iterations, and then give the i-th iteration. (b) Use mathematical induction to prove that the asymptotic solution for (a) is T(n)= ((log log n)²).