Consider the below recurrence:

T(n) = 9. T(n/3) + n2.5

What is the tight bound for the given recurrence?

1
Θ(n2)
2
Θ(n)
3
Θ(n2.5)
4
Θ(2n)
5
Question Not Attempted

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation