csfieldguide/chapters/content/en/glossary/time-complexity.md
# Time complexity
Time complexity the usual meaning of the complexity of an algorithm; this makes it clear that we’re talking about the time taken.
Normally it’s expressed in terms of steps, not real time on a particular computer, as different computers are different speeds.