作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2007, Vol. 33 ›› Issue (15): 96-97,1. doi: 10.3969/j.issn.1000-3428.2007.15.033

• 软件技术与数据库 • 上一篇    下一篇

一种奇序列并行排序算法

张建平,杜学东   

  1. (山东科技大学信息科学与工程学院,青岛 266510)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2007-08-05 发布日期:2007-08-05

Parallel Sorting Algorithm of Odd Sequence

ZHANG Jian-ping, DU Xue-dong   

  1. (College of Informational Science and Engineering, Shandong Science and Technology University, Qingdao 266510)
  • Received:1900-01-01 Revised:1900-01-01 Online:2007-08-05 Published:2007-08-05

摘要: 提出了一种奇序列双调排序算法,通过分析发现,该算法对某些奇双调序列不能得到正确的排序结果。在该算法的基础上,通过增加CCI操作,得到一种改进算法,改进后的算法能对任意奇双调序列进行正确排序,且不增加存储空间,计算复杂度级别也不变。

关键词: 双调序列, 归并排序, 双调排序

Abstract: There is a parallel sort algorithm of odd sequence. By analyzing, this algorithm is not correct for some odd Bitonic sequences. This algorithm is mended by increasing CCI(compare and conditionally interchange) operations, and any odd Bitonic sequence can be correctly sorted by the mended algorithm. It does not increase memory space. Complication of the mended algorithm does not change.

Key words: Bitonic sequence, merging sort, Bitonic sort

中图分类号: