Unit mwSArray

--------------------------------------------------------------------} { TSorArray V 1.2 } { Written by Martin Waldenburg 1997. } { Placed to the Public Domain. } { Not testet with Delphi1. } { It's provided as is, without a warranty of any kind. } { You use it at your own risc. } { You may use and distribute it freely. } {--------------------------------------------------------------------} { This demonstrates the implementation and use of a sortable dynamic } { array using the three fastest sorting Algorithm available. } { Enjoy it's free. } {--------------------------------------------------------------------

Classes

TSorArray - TSorArray class
TSubArray - TSubArray definiert die Grenzen eines SubArrays und bestimmt ob das SubArray gefüllt ist oder nicht.

Functions

Types

PDynArray
TDynArray
TSortArrayCompare

Constants

Variables


Functions


Types


PDynArray = ^TDynArray

TDynArray = array[0..0] of Pointer;

TSortArrayCompare = function (Item1, Item2: Pointer): Integer

Constants


Variables