A.中序遍歷序列 B.先序遍歷序列 C.后序遍歷序列 D.層次順序
A.3 B.4 C.5 D.1
A.p->lchild=NULL B.p->ltag=1且p->rtag=1 C.p->ltag=0 D.p->lchild=NULL且p->ltag=1