Given an AVL-tree anAvlTree, returns the minimum element inside the tree. Raises an error is the tree is empty.
anAvlTree
the tree that is considered
Given an AVL-tree
anAvlTree, returns the minimum element inside the tree. Raises an error is the tree is empty.