文件名称:SortNumber
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-12-08
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- 刘**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1.针对快速排序、归并排序进行时间复杂度理论分析
2.针对快速排序、归并排序进行时间复杂度的实验分析
⑴用你自己熟悉的语言实现快速排序和归并排序算法
⑵随机生成不同规模的随机数据,记录算法在不同规模下的执行时间,进一步分析两个算法的执行时间与问题规模的关系。
-1. According to the quick sort, merge sort time complexity theory analysis
2. For quick sort, merge sort time complexity experimental analysis
(1) in your own familiar language to realize quick sort and merge sort algorithm
(2) random generation of different size random data, record algorithm in different scale of the execution time, further analysis of two algorithms of the execution time and the relationship between the scale problem.
2.针对快速排序、归并排序进行时间复杂度的实验分析
⑴用你自己熟悉的语言实现快速排序和归并排序算法
⑵随机生成不同规模的随机数据,记录算法在不同规模下的执行时间,进一步分析两个算法的执行时间与问题规模的关系。
-1. According to the quick sort, merge sort time complexity theory analysis
2. For quick sort, merge sort time complexity experimental analysis
(1) in your own familiar language to realize quick sort and merge sort algorithm
(2) random generation of different size random data, record algorithm in different scale of the execution time, further analysis of two algorithms of the execution time and the relationship between the scale problem.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
选择快速归并排序效率比较\Data.java
........................\Sort.java
........................\Test.java
选择快速归并排序效率比较