文件名称:sort
介绍说明--下载内容均来自于网络,请自行研究使用
排序算法有很多,所以在特定情景中使用哪一种算法很重要。为了选择合适的算法,可以按照建议的顺序考虑以下标准:
(1)执行时间
(2)存储空间
(3)编程工作
对于数据量较小的情形,(1)(2)差别不大,主要考虑(3);而对于数据量大的,(1)为首要。
-Sorting algorithm has a lot, so in particular situations in which an algorithm is very important. In order to select the appropriate algorithm, can be in accordance with the recommendations of the order to consider the following standard:( 1) execution time( 2) storage space( 3) the programming workFor smaller data amount situation, ( 1) ( 2) the difference was not significant, considering (3 ) and for a large quantity of data, ( 1) as the primary.
(1)执行时间
(2)存储空间
(3)编程工作
对于数据量较小的情形,(1)(2)差别不大,主要考虑(3);而对于数据量大的,(1)为首要。
-Sorting algorithm has a lot, so in particular situations in which an algorithm is very important. In order to select the appropriate algorithm, can be in accordance with the recommendations of the order to consider the following standard:( 1) execution time( 2) storage space( 3) the programming workFor smaller data amount situation, ( 1) ( 2) the difference was not significant, considering (3 ) and for a large quantity of data, ( 1) as the primary.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sort.doc