forked from menault/TD1_DEV51_Qualite_Algo
TD1.md
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user