BiSortTree::BiSortTree(int r[ ], int n) {for (i=0; i {s=new BiNode; s->data=r[i];s->lchild=s->rchild=NULL;InsertBST(root...