文件名称:tree
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-04-21
- 文件大小:
- 136kb
- 下载次数:
- 0次
- 提 供 者:
- Yoa****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
(1) 由{4, 9, 0, 1, 8, 6, 3, 5, 2, 7}创建一棵二叉排序树bt并以括号表示法输出;
(2) 判断bt是否为一棵二叉排序树;
(3) 采用递归和非递归两种方法查找关键字为6的结点,并输出其查找路径;
(4) 分别删除bt中的关键字为4和5的结点,并输出删除后的二叉排序树。
-(1) by {4, 9, 0, 1, 8, 6, 3, 5, 2, 7} to create a binary sort tree and bracket notation bt output (2) to determine whether a two bt Binary sort tree (3) the use of two methods of recursive and non-recursive lookup keyword node 6, and outputs its search path (4), respectively, to delete the keyword bt junction 4 and 5, and the output Binary sort tree after deletion.
(2) 判断bt是否为一棵二叉排序树;
(3) 采用递归和非递归两种方法查找关键字为6的结点,并输出其查找路径;
(4) 分别删除bt中的关键字为4和5的结点,并输出删除后的二叉排序树。
-(1) by {4, 9, 0, 1, 8, 6, 3, 5, 2, 7} to create a binary sort tree and bracket notation bt output (2) to determine whether a two bt Binary sort tree (3) the use of two methods of recursive and non-recursive lookup keyword node 6, and outputs its search path (4), respectively, to delete the keyword bt junction 4 and 5, and the output Binary sort tree after deletion.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
二叉排序树\Debug\kokoko.obj
..........\.....\vc60.pdb
..........\.....\二叉排序树.exe
..........\.....\二叉排序树.pdb
..........\kokoko.cpp
..........\二叉排序树.dsp
..........\二叉排序树.dsw
..........\二叉排序树.ncb
..........\二叉排序树.opt
..........\二叉排序树.plg
..........\Debug
二叉排序树