Recursionmedium
0:00.0

If T(n)=T(n1)+lognT(n) = T(n-1) + \log n, which function describes the asymptotic behavior?