文件名称:btree
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 201kb
- 下载次数:
- 0次
- 提 供 者:
- 不*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
(1)二叉树的创建操作;
(2)二叉树的销毁操作;
(3)二叉树的先序遍历的递归算法;
(4)二叉树的中序遍历的递归算法;
(5)二叉树的后序遍历的递归算法;
(6)二叉树的先序遍历的非递归算法;
(7)二叉树的中序遍历的非递归算法;
(8)二叉树的后序遍历的非递归算法;
(9)二叉树的层次遍历算法;
-(1) the creation of binary operations (2) the destruction of binary operations (3) preorder traversal the binary tree the recursive algorithm (4) in the binary tree the recursive traversal algorithm (5 ) after traversing the binary tree the recursive algorithm (6) binary tree preorder traversal of the non-recursive algorithm (7) binary tree in order traversal non-recursive algorithm (8) after the binary tree order traversal non-recursive algorithm (9) the level of binary tree traversal algorithm
(2)二叉树的销毁操作;
(3)二叉树的先序遍历的递归算法;
(4)二叉树的中序遍历的递归算法;
(5)二叉树的后序遍历的递归算法;
(6)二叉树的先序遍历的非递归算法;
(7)二叉树的中序遍历的非递归算法;
(8)二叉树的后序遍历的非递归算法;
(9)二叉树的层次遍历算法;
-(1) the creation of binary operations (2) the destruction of binary operations (3) preorder traversal the binary tree the recursive algorithm (4) in the binary tree the recursive traversal algorithm (5 ) after traversing the binary tree the recursive algorithm (6) binary tree preorder traversal of the non-recursive algorithm (7) binary tree in order traversal non-recursive algorithm (8) after the binary tree order traversal non-recursive algorithm (9) the level of binary tree traversal algorithm
(系统自动生成,下载前可以参看下载内容)
下载文件列表
btree
.....\btree.cpp
.....\btree.dsp
.....\btree.dsw
.....\btree.ncb
.....\btree.opt
.....\btree.plg
.....\Debug
.....\.....\btree.exe
.....\.....\btree.ilk
.....\.....\btree.obj
.....\.....\btree.pch
.....\.....\btree.pdb
.....\.....\StdAfx.obj
.....\.....\vc60.idb
.....\.....\vc60.pdb
.....\ReadMe.txt
.....\StdAfx.cpp
.....\StdAfx.h
.....\btree.cpp
.....\btree.dsp
.....\btree.dsw
.....\btree.ncb
.....\btree.opt
.....\btree.plg
.....\Debug
.....\.....\btree.exe
.....\.....\btree.ilk
.....\.....\btree.obj
.....\.....\btree.pch
.....\.....\btree.pdb
.....\.....\StdAfx.obj
.....\.....\vc60.idb
.....\.....\vc60.pdb
.....\ReadMe.txt
.....\StdAfx.cpp
.....\StdAfx.h