This commit is contained in:
James Boutaric
2025-09-10 16:32:27 +02:00
parent e7c653710e
commit 1bf1d139d7
8 changed files with 45 additions and 4 deletions

View File

@@ -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);