Solveeit Logo

Question

ICT Question on Computer Literacy

Which of the following is correct solution of given reccurence. T(n)=9T+(n3)+nT(n) = 9T+(\frac{n}{3})+n

A

θ(22)θ(2^2)

B

θ(23)θ(2^3)

C

θ(nlogn)θ(n\,logn)

D

θ(nlogn2)θ(n\,logn^2)

Answer

θ(22)θ(2^2)

Explanation

Solution

The correct option is(A): θ(22)θ(2^2)