文件名称:Binary_Tree
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 564kb
- 下载次数:
- 0次
- 提 供 者:
- try****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
根据二叉树的抽象数据类型的定义,使用二叉链表实现一个二叉树。
二叉树的基本功能:
1、二叉树的建立
2、前序遍历二叉树
3、中序遍历二叉树
4、后序遍历二叉树
5、按层序遍历二叉树
6、求二叉树的深度
7、求指定结点到根的路径
8、二叉树的销毁
-According to the abstract data type binary definition, use two forks to implement a binary tree list. The basic function of a binary tree: 1, build the binary tree 2, 3, before traversing a binary tree, binary tree traversal in the order 4, 5, after traversing a binary tree, binary tree traversal according to the sequence 6, find binary tree of depth 7, find the specified path to the root node 8, the destruction of binary tree相关搜索: 二叉树
抽象
二叉树的基本功能:
1、二叉树的建立
2、前序遍历二叉树
3、中序遍历二叉树
4、后序遍历二叉树
5、按层序遍历二叉树
6、求二叉树的深度
7、求指定结点到根的路径
8、二叉树的销毁
-According to the abstract data type binary definition, use two forks to implement a binary tree list. The basic function of a binary tree: 1, build the binary tree 2, 3, before traversing a binary tree, binary tree traversal in the order 4, 5, after traversing a binary tree, binary tree traversal according to the sequence 6, find binary tree of depth 7, find the specified path to the root node 8, the destruction of binary tree相关搜索: 二叉树
抽象
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Binary_Tree\BiTree.cpp
............\BiTree.h
............\Debug\BiTree.obj
............\.....\vc60.idb
............\.....\vc60.pdb
............\.....\二叉树.exe
............\.....\二叉树.ilk
............\.....\二叉树.obj
............\.....\二叉树.pdb
............\二叉树.cpp
............\二叉树.dsp
............\二叉树.dsw
............\二叉树.ncb
............\二叉树.opt
............\二叉树.plg
............\Debug
Binary_Tree
............\BiTree.h
............\Debug\BiTree.obj
............\.....\vc60.idb
............\.....\vc60.pdb
............\.....\二叉树.exe
............\.....\二叉树.ilk
............\.....\二叉树.obj
............\.....\二叉树.pdb
............\二叉树.cpp
............\二叉树.dsp
............\二叉树.dsw
............\二叉树.ncb
............\二叉树.opt
............\二叉树.plg
............\Debug
Binary_Tree