设二叉树采用链式存储结构试设计一个算法计算一棵给定二叉树中叶子结点的数目.doc 上传者:choosy_20498 2020-12-16 10:38:22上传 DOC文件 37.5KB 热度 24次 欢迎下载 #include #include #define max 10 typedef struct node{ char data; node *lchild*rchild; }Bitree; Bitree *B[max]; Bitree *Creatree){ //建立二叉树 Bitree *T*S; char ch; int front,rear, 下载地址 用户评论 更多下载