|
buds
0.1
FORTRAN reference counted types
|
Quick-sort array. More...

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) |
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.
1.8.11