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)

  1. O(n2)
  2. O(n log n)
  3. O(n)
  4. O(log n)
Change Mode