Sorting algorithms/Heapsort: Difference between revisions

Content added Content deleted
Line 190: Line 190:
);
);


#***************************************************************#
#--- Heap sort ---#
#--- Heap sort ---#
PROC heapsort = (REF []INT array) VOID:
PROC heapsort = (REF []INT array) VOID: