Question
ICT Question on Computer Literacy
Which of the following is correct solution of given reccurence. T(n)=9T+(3n)+n
A
θ(22)
B
θ(23)
C
θ(nlogn)
D
θ(nlogn2)
Answer
θ(22)
Explanation
Solution
The correct option is(A): θ(22)
Which of the following is correct solution of given reccurence. T(n)=9T+(3n)+n
θ(22)
θ(23)
θ(nlogn)
θ(nlogn2)
θ(22)
The correct option is(A): θ(22)