ISRO CS

Algorithms

10 questions

Question 1 of 10Score: 0 / 0

The recurrence T(n) = 2T(n/4) + sqrt(n) has the solution: