Given an AVL-tree anAvlTree, returns a boolean telling if the tree is a leaf or not (i.e if it has no children).
anAvlTree
the tree to consider
is the tree has no children
Given an AVL-tree
anAvlTree, returns a boolean telling if the tree is a leaf or not (i.e if it has no children).