Give asymptotically tight big-O bounds for T(n) in each of the following recurrences. Justify your solution by naming the master method case, by iterating the recurrences or by using the substitution method. A. T(n)= T(n-2)+1 B. T(n)=2T(n/2) +n lg2 C. T(n)=9T(n/4)+n2 D. T(n)=3T(n/2)+n E. T(n)=T(n/2+n0.5)+n
Get Free Quote!
306 Experts Online