forked from menault/TD1_DEV51_Qualite_Algo
TD1.md
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef __HEAPSORT__
|
||||
#define __HEAPSORT__
|
||||
|
||||
void heapsort(int* array, int length);
|
||||
void heapsort2(int* array, int length);
|
||||
void generate_array(int* array, int length);
|
||||
void print_array(int* array, int length);
|
||||
|
||||
|
Reference in New Issue
Block a user