NpyArgHeapSort
Function Usage
This function is used to perform heapsort using NumPy.
Prototype
void NpyArgHeapSort(int tosort, int n);
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
tosort |
Input |
Start index of the array to be sorted. |
n |
Input |
Number of elements to be sorted. |
Parent topic: NpySort