Visit complete Computer Science roadmap
Computer Science Topic

Common Runtimes

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:

More Topics

Explore related content

View All Topics
Loved by 100K+ Developers

Start Your Learning
Journey Today

Join thousands of developers who are leveling up their skills with structured roadmaps and expert guidance

No credit card required
Always free
Track your progress