std::sort

Submodules

csisqs

Public

Functions

NameDescription
sort::quicksortSort list using the quick sort algorithm.
sort::@is_valid_context
sort::insertionsortSort list using the quick sort algorithm.
sort::quicksort_indexed
sort::binarysearchPerform a binary search over the sorted array and return the index...
sort::insertionsort_indexed
sort::@is_sortable
sort::quickselectSelect the (k+1)th smallest element in an unordered list using Hoare's...
sort::is_sortedReturns true if list is sorted in either ascending or descending order.
sort::@is_cmp_key_fn
sort::countingsortSort list using the counting sort algorithm.
sort::@is_valid_cmp_fn