size_t Quicksort_Threshold
Threshold for using quicksort vs simpler algorithms.
const int Not_Found
Return value for search functions when element is not found.
size_t Insertion_Threshold
Threshold for switching to insertion sort in hybrid algorithms.
Comprehensive sorting algorithms and search utilities for Aleph-w.