step count
RU: число шагов
The step count of an algorithm is the number of primitive operations — assignments, comparisons, arithmetic, and array accesses — it performs as a function of input size. Counting steps precisely in the RAM model is the basis for deriving exact operation counts before simplifying to asymptotic notation; it makes implicit loop iterations and condition checks explicit.