typedef struct BNode *BinTree; int TreeSize(BinTree t); int height(BinTree t); //metodos...