buds  0.1
FORTRAN reference counted types
Private Member Functions | List of all members

Quick-sort array. More...

Collaboration diagram for sort_quick:
Collaboration graph

Private Member Functions

recursive pure subroutine sort_quick_is_ (n, array)
 
recursive pure subroutine sort_quick_ii_ (n, array)
 
recursive pure subroutine sort_quick_il_ (n, array)
 
pure subroutine sort_quick_idx_is_ (n, array, pvt)
 
pure subroutine sort_quick_idx_ii_ (n, array, pvt)
 
pure subroutine sort_quick_idx_il_ (n, array, pvt)
 

Detailed Description

Quick-sort array.

Sorts an integer array using the quick-sort algorithm. Two variants exists where one is in-place, the other returns the pivoting indices to create a sorted array.


The documentation for this interface was generated from the following file: