[GPF Home Page]

M_sort man(3) pages

grouping page description
M_sort::INTROM_sort Fortran module containing sorting algorithms for arrays of standard scalar types (LICENSE:PD)
M_sort:sort:heapsortsort_heap indexed sort of an array (LICENSE:PD)
M_sort:sort:quicksortsort_quick_compact recursive quicksort of an array (LICENSE: CC BY 3.0)
M_sort:sort:quicksortsort_quick_rx indexed hybrid quicksort of an array (LICENSE:PD)
M_sort:sort:shellsortsort_shell Generic subroutine sorts the array X using Shell's Method (LICENSE:PD)
M_sort:sort:treesorttree_insert sort a number of integers by building a tree, sorted in infix order (LICENSE:MIT)
M_sortswap elemental subroutine swaps two standard type variables of like type (LICENSE:PD)
M_sortswap_any subroutine swaps two variables of like type (LICENSE:PD)
M_sorttree_print print a sorted integer tree generated by tree_insert(3f) (LICENSE:MIT)
M_sortunique return array with adjacent duplicate values removed (LICENSE:PD)