forked from menault/TD1_DEV51_Qualite_Algo
Téléverser les fichiers vers "/"
Import git
This commit is contained in:
8
heapsort.h
Normal file
8
heapsort.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef __HEAPSORT__
|
||||
#define __HEAPSORT__
|
||||
|
||||
void heapsort(int* array, int length);
|
||||
void generate_array(int* array, int length);
|
||||
void print_array(int* array, int length);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user