Click here to see the number of accesses to this library.
====== index for sort-pascal ======
Date: Thu, 03 Sep 1987 19:15 CET
From: Karl-L. Noell <NOELL%DWIFH1.BITNET@wiscvm.wisc.edu>
A collection of programs to study and illustrate various
sorting algorithms. They are written in Borland's TURBO
Pascal (Tm) Vers. 3.01A to run under DOS in a PC with CGA
or EGA graphics adapter.
SORTDEMO Short introduction and how it works.
BUBBLE Bubble-Sort (very slow)
HEAP Heap-Sort (very quick)
LINEAR Linear-Sort (slow)
QUICK Quick-Sort (very quick)
SHAKE Shake-Sort (very slow)
SHELL Shell-Sort (fairly quick)