Skip to content
Snippets Groups Projects
Verified Commit d341b367 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

mini updates

parent a6ddf2c7
No related branches found
No related tags found
No related merge requests found
Pipeline #40463 passed
...@@ -106,6 +106,10 @@ graph LR; ...@@ -106,6 +106,10 @@ graph LR;
* BFS explore beaucoup de coups dans un futur proche; * BFS explore beaucoup de coups dans un futur proche;
* DFS explore peu de coups dans un futur lointain. * DFS explore peu de coups dans un futur lointain.
# Algorithmes de plus courts chemins
\Huge Plus courts chemins
# Contexte: les réseaux (informatique, transport, etc.) # Contexte: les réseaux (informatique, transport, etc.)
* Graphe orienté; * Graphe orienté;
...@@ -191,7 +195,7 @@ $$ ...@@ -191,7 +195,7 @@ $$
Algorithmes de plus courts chemins Algorithmes de plus courts chemins
# Contexte: les réseaux (informatique, transport, etc.) # Rappel de la problématique
* Graphe orienté; * Graphe orienté;
* Source: sommet `s`; * Source: sommet `s`;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment