哦对了 源代码里面要包含这几间typedef struct node *tree_ptr;
typedef struct node
{
int data;
tree_ptr left_child,right_child;
}
要包含这几行程序(如下)typedef struct node *tree_ptr;
}哪位高手帮帮我 星期一就要交了