期刊文献+

顺序统计问题研究

Research on Order Statistics Problem
下载PDF
导出
摘要 顺序统计问题是算法设计与分析中的一个典型的问题,即从n个元素中选出第k个最小元素。文章采用分治算法解决顺序统计问题,给出了通用算法,并对算法的复杂性进行了分析和讨论。对于子序列长度大于5的情形,该算法的最坏情形的时间复杂性为O(n)。 The order statistics problem,which is to find the kth smallest element in a sequence of n numbers in arbitrary order,is a typical problem in algorithm design and analysis. The order statistics problem is solved by dividing and conquering algorithm. The general algorithm is given, and the complexity of this algorithm is analyzed and discussed. If the length of subsequence is larger than 5, on the worst-case the running time of this algorithm is O(n).
作者 高尚
出处 《微机发展》 2003年第7期80-81,共2页 Microcomputer Development
关键词 算法复杂性 排序 Select算法 顺序统计问题 计算机 order statistics dividing and conquering algorithm complexity
  • 相关文献

参考文献2

  • 1Wilf H S. Algorithms and Complexity[M]. New York:Addison Wesley pubtishing company, INC, 1994.30-66.
  • 2Knuth D E. The art of computer programming, Vol. 3: Sorting and searching[M]. New York:Addison Wesley publishing, INC,1973.1 - 10.

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部