Solve the following recurrence relation T(n) = 4T(n/2) + n
2020
Solve the following recurrence relation
T(n) = 4T(n/2) + n
Answer: A. O(n²)
- A.
O(n²)
- B.
O(n /2)
- C.
O(n)
- D.
O(log n
Attempted by 482 students.
Show answer & explanation
Correct answer: A

Explore the full course: Iocl Engineers Officers Grade A Paper 2
Loading lesson…