diff --git a/TP/TP4.md b/TP/TP4.md index 8ecc33c..c59382e 100644 --- a/TP/TP4.md +++ b/TP/TP4.md @@ -57,7 +57,7 @@ Exercice 2 : Algorithme de Prim Pour simplifier l'implémentation, on se contentera d'afficher sur la sortie standard les arêtes sélectionnées. On renverra tout de même la valuation totale de l'arbre couvrant. - + **Question :** diff --git a/TP/dijkstra.png b/TP/dijkstra.png deleted file mode 100644 index 5bfae8d..0000000 Binary files a/TP/dijkstra.png and /dev/null differ diff --git a/TP/parcoursLargeur.png b/TP/parcoursLargeur.png deleted file mode 100644 index 01dd760..0000000 Binary files a/TP/parcoursLargeur.png and /dev/null differ diff --git a/TP/parcoursProfondeur.png b/TP/parcoursProfondeur.png deleted file mode 100644 index 5ff2aee..0000000 Binary files a/TP/parcoursProfondeur.png and /dev/null differ diff --git a/TP/prim.png b/TP/prim.png deleted file mode 100644 index b077d81..0000000 Binary files a/TP/prim.png and /dev/null differ diff --git a/TP/sources/WelshPowell.png b/TP/sources/WelshPowell.png new file mode 100644 index 0000000..333a2c1 Binary files /dev/null and b/TP/sources/WelshPowell.png differ