O(1)

Home > Computer Science > Algorithms and data structures > Big O Notation > O(1)

This represents constant time complexity, which means that the algorithm or data structure takes the same amount of time to execute regardless of the input size.