int is_avl_helper(const binary_tree_t *tree, int lo, int hi); int binary_tree_is_avl(const binary_tree_t *tree); * height - Measures the height of a binary tree. * @tree: A pointer to the root node of ...