高级检索

    一种新的链接排序法

    A New Sorting Method by Linking

    • 摘要: 本文准备在文1的基础上提出一种谓之代码转换、分档链接的新排序方法(以下简称分档链接排序法)。给出排序算法、流程图和用C 语言编写程序进行实验的结果。算法分析和实验结果都表明在被排数据均匀分布的情况下,该排序方法的时间复杂性为O(N),附加存储开销为2∈N(其中∈是一个链接场所需的空间大小)。该排序方法不仅在速度上明显快于快速排序法,而且也快于分档插入排序法。

       

      Abstract: In this paper,a new sorting method by code transforming and graded linking(GL,for short)is presented and its algorithm,flowcharts and the experimental results are given.The algorithmic analysis and results of experiment show that in the case of processing uniform-distributed data with the method of GL,the time complexity shall be O(N),and memory cost shall be 2∈N (∈≤1).The sorting speed is obviously quicker than that of OUICK SORT or sorting method of code transformation, graded computing and insertional relocations.

       

    /

    返回文章
    返回