所属分类:
其他
开发工具:Visual C++
文件大小:5KB
下载次数:2
上传日期:2017-03-07 11:14:58
说明: 利用随机函数产生8个样本的20000个随机整数(其中之一已经是正序,之一是逆序),利用直接插入排序、折半插入排序,起泡排序、快速排序、选择排序、堆排序,基数排序七种排序方法进行排序(结果为由小到大的顺序),并统计每一种排序算法对不同样本所耗费的时间(即比较次数)。
(Using random function to generate 20000 random integers 8 samples (one of which is positive, one is the reverse), using a direct insertion sort, binary insertion sort, bubble sort, quick sort, selection sort, heap sort, radix sort seven kinds of sorting methods (the order small to large), and statistics each sorting algorithm takes on different sample time (i.e. comparison number).)
文件列表:
117143160sort.tar,24576,2017-03-07