>avl ( assoc -- avl )
AVL trees

Prev:<avl> ( -- tree )
Next:AVL{


Vocabulary
trees.avl

Inputs
assocan assoc


Outputs
avlan avl


Word description
Converts any assoc into an AVL tree. If the input assoc is any kind of tree, the elements are added in level order (breadth-first search) to attempt to copy it's shape.

Definition