typedef struct node {
ElemType data;
struct node* lchild;
struct node* rchild;
}BTNode;
typedef struct node {
ElemType data;
struct ntypedef struct node {
ElemType data;
struct node* lchild;
struct node* rchild;
}BTNode;
typedef struct node {
ElemType data;
struct n