填空题
写出下面算法的功能。voidfunction(Bitree*t){if(p!=NULL){function(p->lchild);function(p->rchild);printf(“%d”,p->data);}}
【参考答案】
二叉树后序遍历递归算法
点击查看答案
相关考题
填空题
