期刊文献+

双向自然合并排序算法

Bilateral nature-merge sorting algorithm
下载PDF
导出
摘要 双向自然合并排序是根据欲排序数据局部不是升序就是降序的自然有序特点,先线性扫描出自然有序的子数组段,再进行合并排序.扫描时的有序数段长度越长,段数越少,对应合并树的层数就会越少,算法的效率越高. Local data is always ascending or descending, so we scan all data to find ascending and descending segments, then merge every segment from down to up. The longer the ascending segments or descending segments are, the smaller the number of segments is and the grater the efficiency of the algorithm is.
作者 杨杰
出处 《西南民族大学学报(自然科学版)》 CAS 2005年第4期508-511,共4页 Journal of Southwest Minzu University(Natural Science Edition)
关键词 排序 自然有序 线性扫描 合并排序 sorting natural sequence linear scan merge sort
  • 相关文献

参考文献4

  • 1蔡子经 施伯乐.数据结构教程[M].上海:复旦大学出版社,1997..
  • 2DEKnuth.计算机程序设计技巧(第三卷排序和查找)[M].北京:国防工业出版社,1984..
  • 3MarkAllenWeiss.数据结构与算法与分析[M].北京:机械工业出版社,2004..
  • 4CliffordAShaffer.数据结构与算法分析(C++版 第二版)[M].北京:电子工业出版社,2002..

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

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