253 views
0 votes
0 votes

Indicate for pair of expressions (A,B) whether A is O, o, Ω, ω or  of B?

A = lg(n!)

B = lg(n^n)

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
Neha_16 asked Apr 27, 2018
5,890 views
Use a recursion tree to give an asymptotically tight solution to the recurrenceT(n) =T(an)+T((1-a)n)+cn, where a is constant in the range 0<a<1 and c>0 is also a constant...
1 votes
1 votes
2 answers
2
Injila asked May 5, 2017
2,555 views
Which is asymptotically larger: lg(lg* n) or lg* (lg n)?
0 votes
0 votes
1 answer
3
0 votes
0 votes
0 answers
4