time-complexitybig-ocomplexity-theorylower-boundupperbound

how to order the following data in asymptotic manner?


hey guys please help me out here I cant figure out how to do this one and I have a submission soon

a1(n)=5,
a2(n)=2^nlogn,  
a3(n)=n^100
a4(n)=n^n
a5(n)=n!
a6(n)=(0.5)^log(base2)n

Solution