问题详情
判断线索二叉树中p节点为叶子节点的条件是()。
A.p->lchild==NULL && p->rchild==NULL
B.p->ltag==1
C.p->ltag==1 && p->rtag==1
D.p->ltag==0 && p->rtag==0