Solve the following recurrence relation:

T(n) = \(8T(\frac{n}{2})+n^2\)

T(1) = 1​

1
\(\Theta(n^2)\)
2
\(\Theta(n^3)\)
3
\(\Theta(n \ log \ n)\)
4
\(\Theta(log \ n)\)

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation