数据结构C 第06章.ppt 上传者:choosy_20498 2020-12-24 18:31:00上传 PPT文件 1.29MB 热度 15次 2中序遍历线索二叉树算法 void Hbitree:inorder2 (Hbitree *t) { Hbitree *p; p=t; if (p!=NULL) { while (p->ltag==0) p=p->lchild; //找开始结点 while (p!=NULL) { cout data; p= inordernext(p; //调用函数找中序线索二叉树中的直接后继 } } } 下载地址 用户评论 更多下载