2,823 views

1 Answer

Best answer
5 votes
5 votes
https://www.youtube.com/watch?v=gS4Z-fBiOU4

also search for stirling approximaiton
selected by

Related questions

2.8k
views
1 answers
3 votes
gate-17 asked Aug 7, 2016
2,830 views
consider the following functions f(n)=log*(log n) , g(n)=log(log* n) relations between these 2 function. please help
770
views
2 answers
0 votes
6.5k
views
3 answers
1 votes
worst_engineer asked Aug 20, 2015
6,530 views
f(n) = n2 logng(n) = n (logn)10Ans given as g(n) = O(f(n)) and f(n) != O(g(n))But , if I take base of log as 2then for random value of n ( say 16)g(n) = 16 * ( log216)10...