Functions | |
void | sort (int arr[], unsigned int N) |
Use HeapSort to sort the array of N integer values. |
http://en.wikibooks.org/wiki/Algorithm_implementation/Sorting/Heapsort
It is one of the more efficient implementations available.
void sort | ( | int | arr[], | |
unsigned int | N | |||
) |
Use HeapSort to sort the array of N integer values.
Algorithm Development Kit 1.0