TD n°1 DEV 5.1 : Qualité algorithmique
Go to file
2024-09-03 12:06:21 +02:00
bubblesort.c Fix 2024-09-03 08:26:03 +02:00
bubblesort.h Fix 2024-09-03 08:26:03 +02:00
gmon.out :) 2024-09-03 12:06:21 +02:00
gprof1.txt :) 2024-09-03 12:06:21 +02:00
gprof2.txt :) 2024-09-03 12:06:21 +02:00
gprof3.txt :) 2024-09-03 12:06:21 +02:00
heapsort.c Téléverser les fichiers vers "/" 2024-09-02 23:11:04 +02:00
heapsort.h Téléverser les fichiers vers "/" 2024-09-02 23:11:04 +02:00
Notes.md :) 2024-09-03 12:06:21 +02:00
README Add readme 2024-09-03 08:28:39 +02:00
student_rank :) 2024-09-03 12:06:21 +02:00
student_rank.c :) 2024-09-03 12:06:21 +02:00

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)>