Software Engineering KB

Home

❯

01 Foundations

❯

02 Computational Complexity

❯

02 Sub Concept

❯

O(1) Constant

O(1) Constant

Feb 10, 20261 min read

  • computational-complexity
  • time-complexity
  • constant

O(1) Constant

← Back to Common Classes

Constant time complexity. The algorithm takes the same amount of time regardless of input size. Examples include array access by index, hash table lookup (average case), and stack push/pop operations.

computational-complexity time-complexity constant


Graph View

Backlinks

  • Common Classes

Created with Quartz v4.5.2 © 2026

  • GitHub