Question: 4. Given that T(1) = 1, find the closed form for the recursive functions below, and present the Big Oh for each of them. a)

4. Given that T(1) = 1, find the closed form for the recursive functions below, and present the Big Oh for each of them. a) T(n) = 2T(n/2) + 2 b) T(n) = T(n/2) + n-1 c) T(n) = 2T(n/2) + n
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
