We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc32f7 commit 5457a91Copy full SHA for 5457a91
include/heap_sort.h
@@ -38,8 +38,8 @@ namespace alg
38
{
39
heap.insert(array[i],0); //set key with the value of the array,value to 0(no use)
40
}
41
-
42
- // Temporary array to store the minkey of each step,which is deleted from the heap
+
+ // Temporary array to store the minkey of each step,which is deleted from the heap
43
T tempArray[number_of_elements];
44
for(i=0;i<number_of_elements;i++)
45
0 commit comments