TD n°1
DEV 5.1 : Qualité algorithmique
bubblesort.c | ||
bubblesort.h | ||
compte_rendu | ||
gmon.out | ||
heapsort.c | ||
heapsort.h | ||
README | ||
student_rank | ||
student_rank.c |
Pour compiler : gcc -g -pg -o student_rank student_rank.c heapsort.c bubblesort.c Pour lancer : ./student_rank <Nombre etudiants> <Nombre notes par etudiants> <mode debug (0 ou 1)>