📚 Question Bank Q90 — Algorithms
Tags
Algorithms
Q90. Marks: +2.0 UGC NET Paper 2: Computer Science 2nd January 2026 Shift 1

Which of the following is correct solution of the given recurrence relation?
T(n) = 3T(n / 4) + n log(n)

1.\(\theta (n \log n)\) ✓ Correct
2.\(\theta (n^2 \log n)\)
3.\(\theta (n (\log n)^2)\)
4.\(\theta (n \log \log n)\)
📄 All “Algorithms” questions across papers
🏷 Change Tag for this Question