#include #include void remonter (int tab[], int n) { } void construire_tas (int tab[], int n) { } void descendre (int tab[], int n) { } void tri_par_tas (int tab[], int n) { } void printtab (int tab[], int n) /* fonction pour afficher un tableau à l'écran */ { int i; for (i=0;i