Given an AVL-tree anAvlTree and a value aValue, returns a boolean telling if the value belongs to the tree or not.
anAvlTree
aValue
the tree in which to insert
the value considered
Given an AVL-tree
anAvlTreeand a valueaValue, returns a boolean telling if the value belongs to the tree or not.