forked from menault/TD1_DEV51_Qualite_Algo
98afb5e918f7897a8319e03452af3ab5e44bfcc4
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%