forked from menault/TD1_DEV51_Qualite_Algo
71b9841e8826e36573c60b7abad2391f6bd89432
modified: bubblesort.c new file: gmon.out modified: 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)>
Description
Languages
C
100%