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
2024-05-05 14:18:20 +02:00

6 lines
143 B
C

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