This commit is contained in:
Miloslav Ciz 2024-01-03 22:30:48 +01:00
parent 8c64eca41b
commit 690e441493
7 changed files with 134 additions and 23 deletions

7
complexity.md Normal file
View file

@ -0,0 +1,7 @@
# Complexity
Complexity may stand for several things, for example:
- opposite of [simplicity](kiss.md), general complexity of technology, see e.g. [bloat](bloat.md)
- [computational complexity](computational_complexity.md), mathematical study of computer resource usage
- ...