文件名称:paixu

介绍说明--下载内容均来自于网络,请自行研究使用

使用简单数组实现下面各种排序算法,并进行比较。

排序算法:

    1、插入排序

    2、希尔排序

3、冒泡排序

4、快速排序

5、简单选择排序

6、堆排序

7、归并排序

8、基数排序

要求:

    1、测试数据分成三类:正序、逆序、随机数据

2、对于这三类数据,比较上述排序算法中关键字的比较次数和移动次数(其中关键字交换计为3次移动)。

3、对于这三类数据,比较上述排序算法中不同算法的执行时间,精确到微秒-Using a simple array to achieve the following variety of sorting algorithms, and compare. Sorting algorithms: insertion sort, shell sort, bubble sort 4, the quicksort 5, simple select 6 sort, heap sort, merge sort, radix sort requirements: one, the test data is divided into three categories: positive sequence , reverse, random data for these three types of data, compare the number of keywords in the comparison of the sorting algorithm and the number of moves (where the key exchange is counted as three times a mobile). 3, three types of data, different algorithms in the comparison of the sorting algorithm execution time, accurate to the microsecond
(系统自动生成,下载前可以参看下载内容)

下载文件列表

paixu\1.h

.....\Debug\main.obj

.....\.....\paixu.exe

.....\.....\paixu.ilk

.....\.....\paixu.pch

.....\.....\paixu.pdb

.....\.....\vc60.idb

.....\.....\vc60.pdb

.....\main.cpp

.....\paixu.dsp

.....\paixu.dsw

.....\paixu.ncb

.....\paixu.opt

.....\paixu.plg

.....\Debug

paixu

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org