Recursion tree method

Revision en2, by gXa, 2016-01-13 10:10:32

Can someone please help me to solve this using recursion tree method, I am trying it but unable to solve it. T(N) = sqrt( N ) T( sqrt( N ) ) + sqrt( N )

Tags recursive

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English gXa 2016-01-13 10:10:32 4
en1 English gXa 2016-01-13 10:10:06 176 Initial revision (published)