
AVL Trees
(c) Copyright 2002 William A. McKee.  All rights reserved.

In this package you will find 4 files:

avltree.h - which declares the template class AVLTree

test.cpp - a small test program for testing avltree.h

readme.txt - this file.

avl.html - documentation comparing this implemenation to Brad Appleton's

The code has been tested on the following platforms/compilers:

Windows / MS VC++ 6.0
Windows / DJGPP 3.04
Linux (Debian) / gcc 2.95.4
Mac OS X / CodeWarrior 8.1

License
-------

This code is freeware.  You can use it, change it or redistribute it free of
charge but the code is provided "as is" and I am not liable for the
consequences of its use.  The code and all its derivatives are (c) Copyright
2002 by William A. McKee.  Please include a copyright notice in any
applications that uses this code.


