eduroam-prg-hf-1-7-38.net.univ-paris-diderot.fr 2025-10-8:16:39:19

This commit is contained in:
oskar
2025-10-08 16:39:19 +02:00
parent 8a28b83720
commit bace5a1153

17
classes de complexité.md Normal file
View File

@@ -0,0 +1,17 @@
---
up:
- "[[complexité algorithmique]]"
tags:
- s/informatique/algorithmie
aliases:
---
> [!definition] $P$ (ou $PTIME$)
> $\displaystyle P = \bigcup _{c >0} \operatorname{DTIME}(n \mapsto n ^{c})$
> [!definition] $EXP$
> $\displaystyle EXP = \bigcup _{c >0} \operatorname{DTIME(n \mapsto 2^{n^{c}})}$
> [!definition] $LOGTIME$ (ou $L$)
> $LOGTIME = \operatorname{DTIME}(n \mapsto \log n)$