// BiSearchTree.cpp : Defines the entry point for the console application.
//
#include "BiSearchTree.h"
#include "stdlib.h"
#include "time.h"
typedef int Datatype;
#define Max 10
void main(void)
{
BiSearchTree<int> searchTree;
time_t t;
srand((unsigned)time(&t));
for(int i=0;i<10;i++) searchTree.Insert(rand()%100);
cout<<"下面输出中序遍历"<<endl;
searchTree.InOrder();
cout<<endl;
cout<<"下面输出降序遍历"<<endl;
searchTree.myOrder();
cout<<endl;
system("pause");
}
tamakiramimy
- 粉丝: 0
- 资源: 9
最新资源
- 毕设和企业适用springboot企业资源规划类及环境监控平台源码+论文+视频.zip
- 毕设和企业适用springboot企业资源规划类及酒店管理平台源码+论文+视频.zip
- 毕设和企业适用springboot企业资源规划类及旅游规划平台源码+论文+视频.zip
- 毕设和企业适用springboot企业资源规划类及食品配送管理平台源码+论文+视频.zip
- 毕设和企业适用springboot汽车管理类及知识共享平台源码+论文+视频.zip
- 毕设和企业适用springboot汽车管理类及智能图像识别系统源码+论文+视频.zip
- 毕设和企业适用springboot汽车管理类及语音识别系统源码+论文+视频.zip
- 毕设和企业适用springboot企业资源规划类及信用评分平台源码+论文+视频.zip
- 毕设和企业适用springboot企业资源规划类及虚拟人类交互系统源码+论文+视频.zip
- 毕设和企业适用springboot企业资源规划类及信息管理系统源码+论文+视频.zip
- 毕设和企业适用springboot汽车管理类及自动化控制系统源码+论文+视频.zip
- 毕设和企业适用springboot区块链技术类及工程管理平台源码+论文+视频.zip
- 毕设和企业适用springboot区块链技术类及城市智能运营平台源码+论文+视频.zip
- 毕设和企业适用springboot区块链技术类及民生服务平台源码+论文+视频.zip
- 毕设和企业适用springboot区块链技术类及供应链优化系统源码+论文+视频.zip
- 毕设和企业适用springboot企业资源规划类及远程医疗平台源码+论文+视频.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈