QSORT |
Tri rapide |
---|---|
Turbo C++ | stdlib.h |
Syntaxe
void qsort(void *base, size_t nelem, size_t width, int(*fcmp) (const void *, const void *)); |
Description
Cette fonction permet d'effectuer une tri d'un tableau avec la méthode «QuickSort».
Dernière mise à jour : Dimanche, le 28 Février 2021