📚 Question Bank Q57 — Algorithms
Tags
Algorithms
Q57. Marks: +2.0 UGC NET Paper 2: Computer Sc 23rd August 2024 Shift 1

Arrange the following recurrence relations in increasing order of their time capacity.

(A) T(n) - T(n/2) + 1

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

(C) T(n) = 3T(n/3) + n

(D) T(n) = 2T(n/2) + √n

(E) T(n) =T(n - 1) + 1

Choose the correct answer from the options given below:

1.(E), (A), (B), (D), (C)
2.(A), (E), (D), (B), (C) ✓ Correct
3.(E), (A), (D), (B), (C)
4.(A), (B), (D), (E), (C)
📄 All “Algorithms” questions across papers
🏷 Change Tag for this Question