typedef struct node{ char data; struct node *lchild; struct node *rchild;}*Tree, Tnode;
static void CreateTree(Tree *T);题目:二叉排序树就一个函数:创建函数.条件是:CreateTree()函数只能有一个参数,那就是"根".不能有同数据域相同类型的参数创建成功者给3000金币