This repository has been archived on 2024-05-05. You can view files and clone it, but cannot push or open issues or pull requests.
work-stealing-scheduler/includes/quicksort.h

6 lines
138 B
C

#pragma once
/* Lance le benchmark avec quicksort (fournis)
*
* Renvoie le temps d'exécution */
double benchmark_quicksort(int, int);