I am doing this small task which I have to arrange asymptotic runtime in ascending order. Here are the runtimes:
Here is the order I believe they should go in:
log10(n^4), n^3, 2^((log4n)), 2^(100n), e^pi^4096, n! + 12^1000
Is this correct? Or are there any errors?
Thanks!
I don't believe that the ordering you've given here is correct. Here are a few things to think about:
Hope this helps!