期刊文献+

组合式排序算法 被引量:2

Combination Sort Algorithm
下载PDF
导出
摘要 当元素个数n≤c1,(c1为某一依赖于机器和语言环境的常数)时,简单插入排序的性能最佳;当c1≤n≤c2时(c2为某一依赖于机器和语言环境的常数),快速排序的性能最佳;当n>c2时,归并排序的性能最佳。结合简单插入排序,快速排序和归并排序,提出组合式排序算法,理论分析和实验表明,新算法的性能优于快速排序算法和归并排序算法。 Sorting algorithms were widely studied in both theory and algorithm design. Combining insertion sort, quick sort and merge sort, a new sort algorithm called combination sort is proposed. The time complexity and space complexity of the new algorithm is much better than that of insertion sort, quick sort and merge sort.
作者 周建钦
出处 《安徽工业大学学报(自然科学版)》 CAS 2006年第4期449-452,共4页 Journal of Anhui University of Technology(Natural Science)
关键词 排序 算法 插入排序 快速排序 归并排序 组合式排序算法 sort algorithm insertion sort quick sort merge sort combination sort algorithm
  • 相关文献

参考文献1

  • 1严蔚敏 吴伟民.数据结构[M].北京:清华大学出版社,1997..

共引文献271

同被引文献12

引证文献2

二级引证文献3

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

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