Skip to content
Snippets Groups Projects
Commit b54ca4c7 authored by Pierre Kunzli's avatar Pierre Kunzli
Browse files

re correction et changement d'une phrase trompeuse

parent fdc41146
No related branches found
No related tags found
1 merge request!16Re correction et changement d'une phrase trompeuse
Pipeline #18905 passed
This commit is part of merge request !16. Comments created here will be created in the context of that merge request.
......@@ -443,7 +443,7 @@ $$
. . .
* Moralité: si le chemin est plus court en passant par $k$, alors il faut qu'il soit le prédécesseur!
* Moralité: si le chemin est plus court en passant par $k$, alors il faut utiliser son prédécesseur!
# Algorithme de Floyd--Warshall
......@@ -519,7 +519,7 @@ P^{(5)}=\begin{bmatrix}
2 & - & 1 & 5 & 2 \\
2 & 3 & - & 3 & 3 \\
4 & 1 & 1 & - & 1 \\
4 & 4 & 4 & 5 & - \\
4 & 1 & 1 & 5 & - \\
\end{bmatrix}
$$
......@@ -535,7 +535,7 @@ P=\begin{bmatrix}
2 & - & 1 & 5 & 2 \\
2 & 3 & - & 3 & 3 \\
4 & 1 & 1 & - & 4 \\
4 & 4 & 4 & 5 & - \\
4 & 1 & 1 & 5 & - \\
\end{bmatrix}
$$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment