Implement QuickSort
This commit is contained in:
8
include/quicksort.h
Normal file
8
include/quicksort.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef LSORT_QUICKSORT_H
|
||||
#define LSORT_QUICKSORT_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
int lsort_quicksort(lsort_array_i* array, int (*function_pointer)(int, int));
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user