文件名称:erchashu
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.85mb
- 下载次数:
- 0次
- 提 供 者:
- J**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
二叉树的操作
1.先序创建二叉树
2.中序递归遍历二叉树
3.先序非递归遍历二叉树
4.中序非递归遍历二叉树
5.后序非递归遍历二叉树
6.层次遍历二叉树
7.求二叉树的高度
8.求二叉树叶子数
9.退出程序-Binary operation 1. The first order to create a binary tree 2. In order recursive binary tree traversal 3. Preorder traversal non-recursive binary tree 4. In order traversal non-recursive binary tree 5. After the second order non-recursive traversal Tree 6. Level 7 traversing a binary tree. demand a high degree of binary tree 8. seek a binary tree leaf number 9. exit
1.先序创建二叉树
2.中序递归遍历二叉树
3.先序非递归遍历二叉树
4.中序非递归遍历二叉树
5.后序非递归遍历二叉树
6.层次遍历二叉树
7.求二叉树的高度
8.求二叉树叶子数
9.退出程序-Binary operation 1. The first order to create a binary tree 2. In order recursive binary tree traversal 3. Preorder traversal non-recursive binary tree 4. In order traversal non-recursive binary tree 5. After the second order non-recursive traversal Tree 6. Level 7 traversing a binary tree. demand a high degree of binary tree 8. seek a binary tree leaf number 9. exit
(系统自动生成,下载前可以参看下载内容)
下载文件列表
3_1\3_1.dsp
...\3_1.dsw
...\3_1.ncb
...\3_1.opt
...\3_1.plg
...\Debug\3_1.exe
...\.....\3_1.ilk
...\.....\3_1.pch
...\.....\3_1.pdb
...\.....\main.obj
...\.....\Tree.obj
...\.....\vc60.idb
...\.....\vc60.pdb
...\main.cpp
...\Tree.cpp
...\Tree.h
...\Debug
3_1
...\3_1.dsw
...\3_1.ncb
...\3_1.opt
...\3_1.plg
...\Debug\3_1.exe
...\.....\3_1.ilk
...\.....\3_1.pch
...\.....\3_1.pdb
...\.....\main.obj
...\.....\Tree.obj
...\.....\vc60.idb
...\.....\vc60.pdb
...\main.cpp
...\Tree.cpp
...\Tree.h
...\Debug
3_1