📚 Question Bank Q25 — Algorithms
Tags
Algorithms
Q25. Marks: +2.0 UGC NET Paper 2: Computer Science 8th Oct 2022
The solution of the recurrence relation 7(n) = 3T(n/4) + n lg n is
1.θ(n2 lg n)
2.θ(n lg n) ✓ Correct
3.θ(n lg n)2
4.θ(n lg lg n)
📄 All “Algorithms” questions across papers
🏷 Change Tag for this Question