Visit complete Computer Science roadmap

← Back to Topics List

Common Runtimes

Given below is the list of common algorithmic runtimes. The runtimes are listed in ascending order of their complexity.

  • O(1) - Constant
  • O(log n) - Logarithmic
  • O(n) - Linear
  • O(n log n) - Linearithmic
  • O(n^2) - Quadratic
  • O(n^3) - Cubic
  • O(2^n) - Exponential
  • O(n!) - Factorial
  • O(n^n) - Polynomial

Visit the following resources to learn more:

Roadmaps Guides Videos About YouTube

roadmap.sh by Kamran Ahmed

Community created roadmaps, articles, resources and journeys to help you choose your path and grow in your career.

© roadmap.sh · FAQs · Terms · Privacy