I decided to implement some data structure of tree, now I wants to check if the tree is AVL tree but can\'t figure out how to check this.
class Tree(): de