Data sorting routines

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.

 

CHSORT@

Sorts an array of characters.

DSORT@

Sorts a REAL(KIND=2) array.

ISORT@

Sorts an integer array.

RSORT@

Sorts a REAL(KIND=1) array.

 

 

Basket
Empty
 
Copyright © 1999-2024 Silverfrost Limited