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