Skip to content
Snippets Groups Projects
Commit 4d9ba469 authored by alejandr.escriban's avatar alejandr.escriban
Browse files

Corrected small typo in complexity formula for graph search.

parent f0244f2b
Branches
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ file visiter(sommet, file) ...@@ -59,7 +59,7 @@ file visiter(sommet, file)
* Étape 1: $\mathcal{O}(|V|)$, * Étape 1: $\mathcal{O}(|V|)$,
* Étape 2: $\mathcal{O}(2|E|)$, * Étape 2: $\mathcal{O}(2|E|)$,
* Total: $\mathcal{O}(|V| + |2|E|)$. * Total: $\mathcal{O}(|V| + 2|E|)$.
# Exercice # Exercice
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment