(log(n))^log(n) and n/log(n), which is faster?

Posted by Soup on Stack Overflow See other posts from Stack Overflow or by Soup
Published on 2010-04-30T20:44:04Z Indexed on 2010/04/30 20:47 UTC
Read the original article Hit count: 127

Filed under:
|
|
|

f(n)=(log(n))^log(n)
g(n)= n/log(n)

f=O(g(n))?

© Stack Overflow or respective owner

Related posts about algorithm

Related posts about fundamentals