摘要
链式插入排序是建立在模仿人类思维方式基础上的一种非比较排序算法 ,与传统的以比较为基础的排序算法相比 ,速度极快 ,特别适合于数据量大的场合 .本文在分析链式插入排序算法的基础上 ,给出了具体的C程序实例 .
Linked inserting sort is a non comparative sort algorithm which is based on imitating mans mode of thinking.Its high speed especially suits to a case for a large number of data by comparison with the traditional sort algorithm that based on comparison.On the basis of analyzing the linked inserting sort,this article gives a specific example of C program.
出处
《韶关学院学报》
2002年第3期45-49,共5页
Journal of Shaoguan University
关键词
链式插入排序
非比较排序算法
快速排序
linked inserting sort
non comparative sort algorithm
quick sort