资 源 简 介
冒泡排序
直接选择排序
Shell排序
快速排序
归并排序
堆排序
直接插入排序基本算法
#include
#include
#include
const int n=100000
typedef struct{
int key
}RedType
typedef struct{
RedType *r //r[n+1]
int length
}SqList
int random()
void InsertSort(SqList &L)
void main(){
SqList L
L.r = new RedType[n+1]
L.length=n
for(int i=1 i<=n i++) L.r[i].key=random()
long t1,t2
t1=clock()
InsertSort(L)
t2=clock()
cout<<" 时间: "<
文 件 列 表
数据结构大作业
C++程序原码.doc
数据结构.exe
铭永大作业.doc
MFCO42D.DLL
MFC42D.DLL
MSVCRTD.DLL