I was just wondering if you guys could give me some sample order of growth listings, like the following:

n^n>n!>2^n>n^2>nlogn>n>n^1/2>logn>constant

Do you know any more and where they would fit in? Is there any easy method to find out where a new function composed of these function would fit in? (For instance what if I had (2^n)/n?).

link|improve this question

62% accept rate
1  
There are an infinite number of possibilities here (n^n^n, n^n^n^n, n^n!, etc.), so as such, this is probably not a good StackOverflow question. – Oli Charlesworth Dec 18 '11 at 0:23
feedback

1 Answer

TopCoder has a basic computational complexity tutorial. Also, one of the first exercises of Introduction to Algorithms is exactly asking to order a set of functions asymptotically. If you have access to a solution manual, you might get an answer there.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.