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

@@ -43,7 +43,7 @@ void sift(int* array, int node, int length)
}
}
void heapsort(int* array, int length)
void heapsort2(int* array, int length)
{
int i = 0;
int temp_value = 0;