Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Order of growth listing

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?).

like image 611
NONE Avatar asked Oct 10 '22 05:10

NONE


1 Answers

enter image description here

This will help! , have a look at image attached above, it is growth graph of Big O Notation.

like image 69
DARK_C0D3R Avatar answered Oct 13 '22 10:10

DARK_C0D3R