// binary search tree // #include #include "Tree.h" using namespace std; void Tree::insert( long d) { } void Tree::print() const { }