SUPARN PATRA
Schools
Exams
Paths
Blog
Quizzes
Tools
Playground
About
Home
/
Quizzes
/
ISRO CS
/
Algorithms
ISRO CS
Algorithms
10 questions
Question 1 of 10
Score:
0
/ 0
The recurrence T(n) = 2T(n/4) + sqrt(n) has the solution:
A
O(n)
B
O(sqrt(n) log n)
C
O(n log n)
D
O(sqrt(n))
← Back to unit notes