Skip to content

Instantly share code, notes, and snippets.

@ibrahimBanat
Created June 20, 2021 22:16
Show Gist options
  • Save ibrahimBanat/70e83d9976a6ffc3f13332263dcc786f to your computer and use it in GitHub Desktop.
Save ibrahimBanat/70e83d9976a6ffc3f13332263dcc786f to your computer and use it in GitHub Desktop.
Growth Rate Name
1 Constant
log(n) Logarithmic
n Linear
n log(n) Linearithmic
n^2 Quadratic
n^3 Cubic
2^n Exponential
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment