搜索资源列表
BiTree
- BiTree 实现二叉树的基本功能,创建,先序、中序、后序、层序遍历,查找双亲和孩子节点,插入删除节点,功能很完善; 调试了很久,基本没有bug了,不敢保证,如果遇到什么问题,请发邮件至horsewhite32@hotmail.com,笔者将不胜感激 uuhorse
BiTree
- 数据结构中的二叉树的遍历(前序、中序、后序)算法,包括递归和非递归两种实现,另外还实现了层次遍历算法(header文件夹中包含了数据结构的头文件)。-Data structure of binary tree traversal (pre-order, in sequence, after the sequence) algorithm, including recursive and non-recursive two to achieve, in addition to achieving
bitree
- 数据结构——树 不详细介绍了,好的话回复吧,O[∩_∩]O~-Data structure- the tree is not described in detail, well, then restore it, O [∩ _ ∩] O ~
bitree
- 二叉树的前序遍历改变为中序遍历输出,C++库封装实现-Pre-order traversal of the tree to change the traversal of the output, C++ library package to achieve
BiTree
- 二叉树的实现,实现创建二叉树,遍历二叉树,删除节点等-the development of Bitree
BiTree
- 有关二叉树的存储结构和遍历,说明详细,代码清楚,很好的选择-Storage of the BiTree structure and the traversal
BiTree
- 二叉树,实现二叉树的各种功能!有需要的下载啊!-Binary, binary to achieve the various functions! There is a need to download ah!
BiTree
- 关于二叉树的一些基本操作。。。可以利用它编写一些简单的程序。。。从而达到自己的目的-BiTree
Bitree
- 二叉树非递归,bitree。。二叉树非递归,bitr-no
BiTree
- 二叉树的操作,C语言版的,在vc下可以运行。-The Functions of BiTree!
Bitree
- 二叉树实现数据结构存储资料的详细功能、包含内容说明,尽量不要让站长把时间都花费在为.-The bitree is used to describe the storage of stastistics.
bitree
- 二叉树的遍历,才用四种遍历方式,前,中,后,层次遍历-bitree search
BiTree
- 实现的功能包括创建二叉树,按层遍历、递归遍历,统计度为0、1、2的节点数,求深度,判断是否是完全二叉树,求节点的父节点,交换左右子树,文件读写-create BiTree,traverse bitree,node s ancestor, exchange left and right childtree
bitree
- 二叉树基本功能的实现,包括建立,先序遍历,中序遍历,后续遍历-about bitree function
the-construction-a-traversal-of-bitree
- BiTree---the consturction and traversal
BiTree
- 二叉树的构造和遍历,其中包括前序、中序、后序、层序遍历-The construction of bitree
BiTree
- 先序创建BiTree然后三种方法递归遍历,遍历算法哦,可以下载看看那-The first sequence are three ways to create BiTree then recursively traverse the traversal algorithm Oh, look at that you can download
BiTree
- 根据二叉树的抽象数据类型的定义。使用二叉链表实现一个二叉树。-set up a BiTree
BiTree
- 遍历确定二叉树:给出前序,中序遍历,可以确定后续遍历。-BiTree Traversal
BiTree
- 创建二叉树和统计非叶子结点,虽然比较简单,但很多地方都有用-create a BiTree and count the non-leaves nums