diff --git a/S2/TP4/.gitignore b/S2/TP4/.gitignore new file mode 100644 index 0000000..c6af96f --- /dev/null +++ b/S2/TP4/.gitignore @@ -0,0 +1 @@ +tri_insertion_moyen.txt \ No newline at end of file diff --git a/S2/TP4/Makefile b/S2/TP4/Makefile new file mode 100644 index 0000000..b659ce3 --- /dev/null +++ b/S2/TP4/Makefile @@ -0,0 +1,5 @@ +tri_insertion_moyen.txt: analyse_en_moyenne.py + python3 $< > $@ + +clean: + rm tri_insertion_moyen.txt \ No newline at end of file diff --git a/S2/TP4/analyse_tris.py b/S2/TP4/analyse_tris.py index f00474e..e0a21f2 100644 --- a/S2/TP4/analyse_tris.py +++ b/S2/TP4/analyse_tris.py @@ -359,6 +359,9 @@ question(3) question(4) +reponse("Je vous invite à éxecuter la commande `make tri_insertion_moyen.txt` pour obtenir ce \ +fichier.") + section("Avec Gnuplot") question(1)