Skip to content
Snippets Groups Projects
Commit a03024fe authored by Gabriel Marino J's avatar Gabriel Marino J
Browse files

Ajout de parenthèses pour espace de stockage

parent 38fcd497
Branches
No related tags found
No related merge requests found
...@@ -712,8 +712,8 @@ $$ ...@@ -712,8 +712,8 @@ $$
\mathcal{O}(|E|) \mathcal{O}(|E|)
$$ $$
* Pour les graphes *non-orientés*: $\mathcal{O}2|E|$. * Pour les graphes *non-orientés*: $\mathcal{O}(2|E|)$.
* Pour les graphes *orientés*: $\mathcal{O}|E|$. * Pour les graphes *orientés*: $\mathcal{O}(|E|)$.
## Définition ## Définition
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment