📚 Practice Mode

Algorithm Time Complexity Analysis

Learn at your own pace with hints and detailed explanations

1 / 25
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)