Recurrence Relation (T(n)= T(n-1) + log n) | Decreasing function

 Example,     

O(logn!) = O(nlogn)







Comments

Popular posts from this blog

gsutil Vs Storage Transfer Service Vs Transfer Appliance

SQL basic interview question