期刊文献+

一种基于堆的快速排序算法 被引量:3

A Heap-based Quick Sorting Algorithm
下载PDF
导出
摘要 堆排序算法具有低时间复杂度和低空间复杂度的优点;但对原始序列的有序性不敏感。快速排序算法是在平均情况下公认的高速算法;但有较高空间复杂度。对两个算法扬长避短,设计了一种新的排序算法HQSort;并从理论和实例两个角度分析了该算法的效率,在不同量级的数据集上对该算法和三种经典排序算法进行了对比运行和测试,验证了该算法不仅在时间效率上优于其他算法,而且在辅助存储空间上比快速排序算法减少约50%。 The advantage of heap sorting algorithm is lower complexity of time and space, but it is insensitive to the ordering of original array. Quick sorting algorithm is accepted high speed in average case, but it has higher space complexity. A new sorting algorithm named HQSort is designed, it combines advantages of the above two al- gorithms in this paper. The validity of HQSort is proved from two aspects of theory and instance. And a comparison study with other classical sorting algorithms is presented. The comparison is done on different data groups. This study shows that HQSort algorithm has the best performance relative to other three classical sorting algorithms, and only need less than half additional spaces of quick sorting algorithm.
作者 余冬梅
出处 《科学技术与工程》 北大核心 2014年第35期80-83,共4页 Science Technology and Engineering
基金 陕西省教育厅科学研究计划(自然科学专项)项目(2013JK0853) 陕西省科学技术研究发展计划项目(2013K02-10-01) 汉中市科技发展专项项目(2013hzzx-38)资助
关键词 快速排序 堆排序 算法效率 排序算法 时间复杂度 空间复杂度 quick sort heap sort sorting algorithm time complexity space complexity
  • 相关文献

参考文献11

二级参考文献67

共引文献53

同被引文献23

引证文献3

二级引证文献7

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

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