Asymptotic comparison of functions
问题 I want to compare following functions asymptotically and then arrange them in the ascending order. Also requested is a proper explanation lg((√n)!), lg(SquareRoot(n!)), SquareRootlg(n!), (lg(√n))!, (SquareRoot(lg n))!, SquareRoot(lg n)! 回答1: If you wonder about "general solution" and you follow a lot into asymptotic functions comparisons. Here is what I recommend : Use limit definition of BigO notation, once you know: f(n) = O(g(n)) iff limit (n approaches +inf) f(n)/g(n) exists and is not