home *** CD-ROM | disk | FTP | other *** search
- AVLSort Text file sort program, based on an implementation
- of AVL trees. Requires ARP.LIBRARY version 39+.
-
- Copyright (C) 1990 by Robert L. Pyron
-
- This program is based in large part on a package by Mark E. Mallett
- (AVL.SHAR in the c.language/listings area on BIX). I quote from his
- original README file:
-
- > General purpose AVL tree routines.
- > Copyright 1988 Zinn Computer Company
- > by Mark E. Mallett
- > All rights reserved.
-
- > This software may be used at will, provided that all credits
- > and style be left in place, and that its distribution is not
- > restricted. Bug fixes and improvements are welcomed, please
- > send these back to me at mem@zinn.MV.COM
-
- > This is a general-purpose implementation of AVL trees in C.
- > It is derived from the description of AVL (Adelson-Velskii and
- > Landis) trees found in Knuth's "The Art of Computer
- > Programming Volume 3: Searching and Sorting" (Addison-Wesley,
- > 1973) pgs 451-471.
-
- This program uses startup code provided by Sebastiano Vigna. I have
- included the relevant library in this distribution; for further
- details, see LATARPSV.LZH in the amiga/listings area on BIX.
-
- There are ifdef's in the source files which should enable you to compile
- and run using Microsoft C 5.1 large model under DOS/OS2. I have not
- tried to compile the files under Microsoft in precisely this form.
-
- Contained in this kit:
-
- README This file.
- Makefile Lattice make file (LMK) for AVLSort.
- avlsort.c My contribution.
-
- avl.man Documentation for AVL routines.
- avl.h Definitions necessary for using AVL routines. Mods by rlp.
- avl.c AVL routines.
-
- arpsv.lib svigna's startup code
-
-