avl
AVL trees

Next:<avl> ( -- tree )


Vocabulary
trees.avl

Class description
This is the class for AVL trees. These conform to the assoc protocol and have efficient (logarithmic time) storage and retrieval operations.

Definition


Methods