Algorithms | Analysis of Algorithms (Recurrences) | Question 11

Consider the following recurrence.
T(n) = T() +
What is the value of recurrence?
(A)
(B)
(B)
(B)
(A) A
(B) B
(C) C
(D) D
Answer: (A)
Explanation: Change of variables: let m = lg n. Recurrence becomes S(m) = S(m/2) + theta(lgm). Case 2 of master’s theorem applies, so T(n) = theta( (log Log n) ^ 2).
Quiz of this Question
Whether you’re preparing for your first job interview or aiming to upskill in this ever-evolving tech landscape, zambiatek Courses are your key to success. We provide top-quality content at affordable prices, all geared towards accelerating your growth in a time-bound manner. Join the millions we’ve already empowered, and we’re here to do the same for you. Don’t miss out – check it out now!


