文件名称:BITree
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-09-04
- 文件大小:
- 131kb
- 下载次数:
- 0次
- 提 供 者:
- m***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
二叉树遍历,运用指针求解其中包含先序遍历,先序、中序、后序遍历的递归算法,二叉树遍历的非递归算法,层次的非递归算法,求二叉树的深度-Binary tree traversal, which contains the first use of pointer traversal solution, first order, in sequence, after traversing the recursive algorithm, binary tree traversal non-recursive algorithm, levels of non-recursive algorithm, binary tree of depth. .
(系统自动生成,下载前可以参看下载内容)
下载文件列表
二叉树遍历\BitTree.cpp
..........\BitTree.dsp
..........\BitTree.dsw
..........\BitTree.ncb
..........\BitTree.opt
..........\BitTree.plg
..........\Debug\BitTree.exe
..........\.....\BitTree.obj
..........\.....\BitTree.pdb
..........\.....\StdAfx.obj
..........\.....\vc60.pdb
..........\ReadMe.txt
..........\StdAfx.cpp
..........\StdAfx.h
..........\Debug
二叉树遍历