文件名称:BinaryTree
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-09-06
- 文件大小:
- 1.18mb
- 下载次数:
- 0次
- 提 供 者:
- 王**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
数据结构二叉树的实现。
里面包含了二叉树类、求二叉树的高的函数、判断二叉树是否为空的函数、寻找某元素的函数、求元素数量的函数、找左右子树的函数,找根函数的函数、输出函数等众多实现方法。-Binary tree data structure to achieve.
Which contains a binary tree class, high-demand binary function to determine whether the binary tree is empty function to find the function of an element, seeking function of the number of elements, looking left and right sub-tree of function, a function to find the root function, the output function, and many other implementation
里面包含了二叉树类、求二叉树的高的函数、判断二叉树是否为空的函数、寻找某元素的函数、求元素数量的函数、找左右子树的函数,找根函数的函数、输出函数等众多实现方法。-Binary tree data structure to achieve.
Which contains a binary tree class, high-demand binary function to determine whether the binary tree is empty function to find the function of an element, seeking function of the number of elements, looking left and right sub-tree of function, a function to find the root function, the output function, and many other implementation
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BinaryTree
..........\BinaryTree.dsp
..........\BinaryTree.dsw
..........\BinaryTree.h
..........\BinaryTree.ncb
..........\BinaryTree.opt
..........\BinaryTree.plg
..........\Debug
..........\.....\BinaryTree.exe
..........\.....\BinaryTree.ilk
..........\.....\BinaryTree.pch
..........\.....\BinaryTree.pdb
..........\.....\Main.obj
..........\.....\vc60.idb
..........\.....\vc60.pdb
..........\LinkedQueue.h
..........\LinkedStack.h
..........\Main.cpp
..........\data.txt
..........\main2.cpp
..........\output.txt
..........\output2.txt