📚 Question Bank Q77 — Algorithms
Tags
Algorithms
Q77. Marks: +2.0 UGC NET Paper 2: Computer Science and Application 26th June 2025 Shift 1
The tight asymptotic bound for the recurrence T(n) = 2T(n / 4) + sqrt(n) is
1.Θ (\(\sqrt{n}\))
2.Θ (n log n)
3.Θ (\(\sqrt{n}\) log n) ✓ Correct
4.Θ (n log \(\sqrt{n}\))
📄 All “Algorithms” questions across papers
🏷 Change Tag for this Question