Remove um comentario
This commit is contained in:
parent
a9d6ed1d6a
commit
b937e76b2f
|
|
@ -38,7 +38,6 @@ void heapsort(int *array, int n) {
|
|||
for(int i = 0; i < n; i++){
|
||||
arrayTmp[i+1] = array[i];
|
||||
}
|
||||
// array = tmp;
|
||||
|
||||
//Contrucao do heap
|
||||
for(int tamHeap = 2; tamHeap <= n; tamHeap++){
|
||||
|
|
|
|||
Loading…
Reference in New Issue