Mwsort 1.2 (35 Ko) -
06/20/97 - This package contains three versions of
MergeSort, one of the fastest sorting algorithm possible.
Each one non-recursive for single and doubly linked
lists, and one for arrays. The doubly linked list and
mwFastTime are components.
Mwtxtsor 1.0 (12 Ko) -
07/15/97 - mwTextSort
: A text sorter for an unlimmited amount of text using a
three-way merge for memory and a five-way merge for
files.
Mrecsort 1.6 (13 Ko) -
09/02/99 - mwFixedRecSort : A
buffered sorter for an unlimmited amount of records with
a fixed length using a three-way merge for memory and a
buffered three-way merge for files.
MSor 1.6 (12 Ko) -
09/02/99 -TmSor
is a study how to create a powerful (external) sorter.