数据结构 排序和查找

#include <stdio.h> #include <stdlib.h> #include <time.h> const int ITEMNUM = 100; #define ElemType int //冒泡排序 void Bubblesort(ElemType R[],int n,int &comp_num,int &move_num) {  int i,j,flag=1;     //当
相关文章
相关标签/搜索