Last active
August 17, 2020 19:07
-
-
Save robsondepaula/c75cb1a548d03b808694804bf33bad5f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
n^0.3 < n^0.5 < n < n^2 < n^3 | |
logn < n^0.5 < n < nlogn < n^2 < nˆ2.3 < 3ˆn < 4^n | |
n^0.5 = √n | |
n^2.3 = 5^log2n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment