[Overview][Classes][Index] |
AVL tree implementation
uses |
||
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.