uccser/cs-field-guide

View on GitHub
csfieldguide/chapters/content/en/glossary/algorithm-complexity.md

Summary

Maintainability
Test Coverage
# Algorithm complexity

Algorithm complexity how long the algorithm takes to run (or how much memory it uses). These are almost always specified in terms of the size of input.