AVL tree implementation.
uses
System,
Classes,
SysUtils;
Exception support and string handling.
The avl_tree unit implements a general-purpose AVL (balanced) tree class: the TAVLTree class and it's associated data node class TAVLTreeNode.