|
|
|
@ -8,5 +8,13 @@
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
//FONCTIONS ET DOCUMENTATION
|
|
|
|
|
|
|
|
|
|
void calculerNoteGlobale(ListeCandidats liste, int nbCandidats);
|
|
|
|
|
|
|
|
|
|
void afficherCandidaturesByDept(ListeCandidats liste, int nbCandidats, char* searchIUT, char* searchDept);
|
|
|
|
|
|
|
|
|
|
void merge(ListeCandidats liste, int start, int middle, int end);
|
|
|
|
|
void triDichotomiqueFusion(ListeCandidats liste, int start, int end);
|
|
|
|
|
|
|
|
|
|
void afficherCandidatTraite(Candidat candidat);
|
|
|
|
|
void traiterCandidatures(VilleIUT** tiut, int nbVilles, ListeCandidats liste, int nbCandidats, int nbCandidatsAccept, float noteMini);
|