buds
0.1
FORTRAN reference counted types
|
Sorting routine for integer arrays (partially sorted) More...
Private Member Functions | |
pure subroutine | sort_ps_is_ (n, array, sarray) |
pure subroutine | sort_ps_ii_ (n, array, sarray) |
pure subroutine | sort_ps_il_ (n, array, sarray) |
Sorting routine for integer arrays (partially sorted)
Re-arranges the values in an integer array and returns the resulting sorted array in another array.
This routine is fastest for partially sorted arrays such as:
To sort generic arrays using the quick-sort algorithm may be faster.