搜索资源列表
三种遍历
- 本程序实现了层序遍历非递归、后续遍历非递归和中序遍历非递归三种算法-the program sequence traverse non - recursive and non - recursive traversal follow-up and the preorder three non - recursive algorithm
876753673
- 实现前序遍历四层二叉树,程序有操作提示、输入和输出,界面追求友好。-realize the former preorder four binary tree, operating procedures suggest that input and output, and the pursuit of friendly interface.
bitree_my
- 用c语言实现任意树的创建并可以进行先序,中序,后序,按层遍历4种操作。-c language used arbitrary tree can be created and first sequence, the sequence after sequence, according to traverse four layer operation.
erchashu
- 1.递归先序遍历 2.递归中序遍历 3.递归后序遍历 4.非递归层序遍历 c语言
13094056703
- 一些经典CC++程序源码 1、 运动会分数统计** 2、 订票系统 3、拓扑排序4、 迷宫求解5、 文章编辑**6、 joseph环 7、 猴子选大王**8、 建立二叉树,层序、先序遍历( 用递归或非递归的方法都可以)**9、 赫夫曼树的建立 10、 纸牌游戏**11、图的建立及输出
bittree
- 课程设计:二叉树的构造,并先序,层序遍历。包括二叉树的构造函数,先序遍历函数和层序遍历函数
erchashu
- 采用二叉链表作为存储结构,完成二叉树的建立、前序、中序、后序和按层遍历的操作,并求出二叉树的高度、所有叶子及树结点总数的算法,输出二叉树的广义表表示-List using the binary storage structures, the establishment of complete binary tree, the former order, in order, the order and by level traversal of the operation, and calcula
BiTree
- 二叉树的构造和遍历,其中包括前序、中序、后序、层序遍历-The construction of bitree