文件名称:BiTreeAll
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 510kb
- 下载次数:
- 1次
- 提 供 者:
- dxe****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
使用二叉链表实现二叉树的基本功能:
1、二叉树的建立
2、前序遍历二叉树
3、中序遍历二叉树
4、后序遍历二叉树
5、按层序遍历二叉树
6、求二叉树的深度
7、求指定结点到根的路径
8、二叉树的销毁
-Use two forks linked to achieve the basic functions of a binary tree: 1, the establishment of two binary tree, preorder traversal binary tree 3, 4 in order binary tree traversal, postorder binary tree 5, according to sequence traversal 2 Tree 6, find the depth of 7 binary tree, find the specified node to the root of the path 8, the destruction of binary tree
1、二叉树的建立
2、前序遍历二叉树
3、中序遍历二叉树
4、后序遍历二叉树
5、按层序遍历二叉树
6、求二叉树的深度
7、求指定结点到根的路径
8、二叉树的销毁
-Use two forks linked to achieve the basic functions of a binary tree: 1, the establishment of two binary tree, preorder traversal binary tree 3, 4 in order binary tree traversal, postorder binary tree 5, according to sequence traversal 2 Tree 6, find the depth of 7 binary tree, find the specified node to the root of the path 8, the destruction of binary tree
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BiTree\BiTree\BiTree.cpp
......\......\BiTree.h
......\......\BiTree.vcproj
......\......\BiTree.vcproj.Eicho-Compaq.Eicho.user
......\......\Debug\BiTree.exe.intermediate.manifest
......\......\.....\BiTree.obj
......\......\.....\BuildLog.htm
......\......\.....\Main.obj
......\......\.....\mt.dep
......\......\.....\vc80.idb
......\......\.....\vc80.pdb
......\......\Debug
......\......\Main.cpp
......\BiTree
......\BiTree.ncb
......\BiTree.sln
......\BiTree.suo
......\debug\BiTree.exe
......\.....\BiTree.ilk
......\.....\BiTree.pdb
......\debug
BiTree
......\......\BiTree.h
......\......\BiTree.vcproj
......\......\BiTree.vcproj.Eicho-Compaq.Eicho.user
......\......\Debug\BiTree.exe.intermediate.manifest
......\......\.....\BiTree.obj
......\......\.....\BuildLog.htm
......\......\.....\Main.obj
......\......\.....\mt.dep
......\......\.....\vc80.idb
......\......\.....\vc80.pdb
......\......\Debug
......\......\Main.cpp
......\BiTree
......\BiTree.ncb
......\BiTree.sln
......\BiTree.suo
......\debug\BiTree.exe
......\.....\BiTree.ilk
......\.....\BiTree.pdb
......\debug
BiTree