height ( tree -- n )
Binary search trees

Prev:TREE{
Next:first-entry ( tree -- pair/f )


Vocabulary
trees

Inputs
treea tree


Outputs
nan integer


Word description
Returns the height of tree.

Definition