Skip to content
Snippets Groups Projects

Corrected small typo in complexity formula for graph search.

Merged alejandr.escriban requested to merge (removed):master into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -59,7 +59,7 @@ file visiter(sommet, file)
* Étape 1: $\mathcal{O}(|V|)$,
* Étape 2: $\mathcal{O}(2|E|)$,
* Total: $\mathcal{O}(|V| + |2|E|)$.
* Total: $\mathcal{O}(|V| + 2|E|)$.
# Exercice
Loading