教学文库网 - 权威文档分享云平台
您的当前位置:首页 > 文库大全 > 小学教育 >

严蔚敏 数据结构第十章 内部排序的具体代码(c++,附测试数据)(2)

来源:网络收集 时间:2026-05-01
导读: cout L.r[i].key ; } coutendl endl; //********************************* SortData V[10]={5, 4, 0, 3, 7, 9, 2, 1, 8, 6}; cout希尔排序之前的数组:; for(i=0; i10; i++){ coutV[i] ; } ShellSort(V,10); coute

cout << L.r[i].key<<" ";
}
cout<<endl <<endl;
//*********************************
SortData V[10]={5, 4, 0, 3, 7, 9, 2, 1, 8, 6};
cout<<"希尔排序之前的数组:";
for(i=0; i<10; i++){
cout<<V[i]<<" ";
}
ShellSort(V,10);
cout<<endl<<"希尔排序之后的数组:";
for(i=0; i<10; i++){
cout<<V[i]<<" ";
}
cout<<endl<<endl;
//***************************************************
for(i=0; i<10; i++){
cin>>V[i];
}
cout<<"冒泡排序之前的数组:";
for(i=0; i<10; i++){
cout<<V[i]<<" ";
}
BubbleSort(V,10);
cout<<endl<<"冒泡排序之后的数组:";
for(i=0; i<10; i++){
cout<<V[i]<<"
; ";
}
cout<<endl<<endl;
//*****************************************
for(i =1; i<=L.length; i++){
cin>>L.r[i].ke

这是可以直接编译并运行的cpp文件,供您下载之后,慢慢揣摩。

y;
}
QuickSort(L);
cout<<"快速排序后:";
for(i =1; i<=L.length; i++){
cout << L.r[i].key<<" ";
}
cout<<endl <<endl;
//***************************************************
for(i=0; i<10; i++){
cin>>V[i];
}
cout<<"直接选择排序之前的数组:";
for(i=0; i<10; i++){
cout<<V[i]<<" ";
}
SelectSort(V,10);
cout<<endl<<"直接选择排序之后的数组:";
for(i=0; i<10; i++){
cout<<V[i]<<" ";
}
cout<<endl<<endl;
//***********************************************************
HeapType H;
cin>>H.length;
for(i=1; i<=H.length; i++){
cin>>H.r[i].key;
}
HeapSort(H);
cout<<endl<<"堆排序之后的数组:";
for(i=1; i<=H.length; i++){
cout<<H.r[i].key<<" ";
}
cout<<endl<<endl;
//***************************************************************
for(i=0; i<10; i++){
cin>>V[i];
}
cout<<"归并排序之前的数组:";
for(i=0; i<10; i++){
cout<<V[i]<<" ";
}
MergeSort(V,10);
cout<<endl<<"归并排序之后的数组:";
for(i=0; i<10; i++){
cout<<V[i]<<" ";
}
cout<<endl<<endl;
//********************************************
cout<<"以下为
折半查找的递归实现"<<endl;
int kk;
cin>>kk;
cout<<BinCheck(V,kk,0,9)<<endl;

system("pause");
return 0;
}

严蔚敏 数据结构第十章 内部排序的具体代码(c++,附测试数据)(2).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.jiaowen.net/wenku/40761.html(转载请注明文章来源)
Copyright © 2020-2025 教文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:78024566 邮箱:78024566@qq.com
苏ICP备19068818号-2
Top
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)