Solve the following recurrence relation T(n) = 4T(n/2) + n

2020

Solve the following recurrence relation

T(n) = 4T(n/2) + n

  1. A.

    O(n²)

  2. B.

    O(n /2)

  3. C.

    O(n)

  4. D.

    O(log n

Attempted by 191 students.

Show answer & explanation

Correct answer: A

image.png

Explore the full course: Coal India Management Trainee