/*bt.h*/ #ifndef BINSEARCHTREE #define BINSEARCHTREE #include using namespace std; template class BinSearchTree { friend ostream& operator