forked from menault/TD1_DEV51_Qualite_Algo
tp1
This commit is contained in:
6
quicksort.h
Normal file
6
quicksort.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef QUICKSORT_H
|
||||
#define QUICKSORT_H
|
||||
|
||||
void quicksort(int* array, int left, int right);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user