Main /
StableSortRoutinesCategories: GEN rds-hosted Library Routines Stable Sort routines 22K Author: Mike Date: Nov 11 2014 http://www.rapideuphoria.com/msort.zip A general purpose sort routine module suitable as a drop-in replacement for the original Euphoria sort routines. The sorting principle is based on Merge Sort rather than Shell Sort so that the sorting is always stable. Also, sorting may be done by column(s). All bug reports Welcome. |