========================================================================
CONSOLE APPLICATION : 二叉搜索树
========================================================================
AppWizard has created this 二叉搜索树 application for you.
This file contains a summary of what you will find in each of the files that
make up your 二叉搜索树 application.
二叉搜索树.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
二叉搜索树.cpp
This is the main application source file.
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named 二叉搜索树.pch and a precompiled types file named StdAfx.obj.
/////////////////////////////////////////////////////////////////////////////
Other notes:
AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.
/////////////////////////////////////////////////////////////////////////////
没有合适的资源?快使用搜索试试~ 我知道了~
c++ 程序,二叉搜索树
共19个文件
h:3个
pdb:2个
cpp:2个
需积分: 10 18 下载量 188 浏览量
2010-01-19
16:07:57
上传
评论 1
收藏 578KB RAR 举报
温馨提示
对BST树的方法进行扩充,实现如下功能: 1)给定一个节点,寻找并返回:以它为根的子树中,关键值最大的一个节点;TreeMax 2)给定一个节点,寻找并返回:以它为根的子树中,关键值最小的一个节点;TreeMin 3)寻找并返回:从小到大排序后下标为i的节点,i从0开始;GetByIndex 4)给定一个节点,寻找并返回:它在中序遍列中的下一个节点;TreeNext 5)给定一个节点,寻找并返回:它在中序遍列中的前一个节点;TreePrev 6)把树中节点按照关键字由小到大的顺序,放进一个数组ToArray
资源推荐
资源详情
资源评论
收起资源包目录
.rar (19个子文件)
二叉搜索树
IBSTree.h 7KB
二叉搜索树.dsw 528B
二叉搜索树.opt 54KB
二叉搜索树.plg 1KB
StdAfx.cpp 297B
IBSTNode.h 518B
StdAfx.h 769B
二叉搜索树.dsp 5KB
Debug
StdAfx.obj 2KB
二叉搜索树.pch 199KB
二叉搜索树.obj 190KB
二叉搜索树.ilk 767KB
vc60.idb 89KB
二叉搜索树.pdb 1.06MB
二叉搜索树.exe 532KB
vc60.pdb 124KB
二叉搜索树.ncb 57KB
二叉搜索树.cpp 1KB
ReadMe.txt 1KB
共 19 条
- 1
资源评论
c1018702512
- 粉丝: 4
- 资源: 14
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功