TD n°1
DEV 5.1 : Qualité algorithmique
modif | ||
bubblesort.c | ||
bubblesort.h | ||
gmon.out | ||
heapsort.c | ||
heapsort.h | ||
README | ||
student_rank.c | ||
student_rank.exe | ||
test.txt |
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)>