I`ve made this tree class:
#ifndef BST_H_ #define BST_H_ #include #include "treeExceptions.h" typedef int T; typedef struct vert