Algorithm Time Complexity Analysis
Casual Mode - Take your time!
1 / 25
Correct
0
Incorrect
0
Score
0%
Multiple Choice
Directions: Find the time complexities of the following question.
T(n)=3T(n/4)+c(n2)
- O(n2)
- O(n log n)
- O(n)
- O(log n)
Casual Mode - Take your time!
Directions: Find the time complexities of the following question.
T(n)=3T(n/4)+c(n2)