Right way to solve this reccurence relation?

127 Views Asked by At

I am not that good in mathematics , I have solved many simple relations. But I am not be able to solve the following. This is not a homework. I found it during analysis of a program.

$T(n)=2T(n-1)+\log(2T(n-1))$