constant time
RU: постоянное время
An operation that takes O(1) time regardless of input size — the number of steps is bounded by a constant. Array index access, hash table lookup (average case), and stack push are canonical examples.
RU: постоянное время
An operation that takes O(1) time regardless of input size — the number of steps is bounded by a constant. Array index access, hash table lookup (average case), and stack push are canonical examples.