The routines in this section provide facilities for sorting arrays of various types. The routines described use a quicksort algorithm, and perform well for data that is originally randomly ordered. Note, however, that these routines are not stable in the strict sense. That is, equal keys do not necessarily maintain their order relative to each other.
Sorts an array of characters. |
|
Sorts a REAL(KIND=2) array. |
|
Sorts an integer array. |
|
Sorts a REAL(KIND=1) array. |