摘要
排序是计算机操作中的一种常用技术,排序算法在顺序表上有很多实现技术,但在链表上的研究却很少见。本文讨论了在静态链表上的二路插入排序算法的实现思想,并实现了该算法,最后分析了该算法的时间复杂度和空间复杂度。
Sorting is an important operating in computer science. There are many realizations on linear list, but fewer on stat- ic link list. In this article we discuss the Binary Path Insertion Sort Algorithm and realization on static link list. Finally we ana- lyze the complexity of time and space of the two methods.
出处
《自动化与仪器仪表》
2013年第1期6-7,共2页
Automation & Instrumentation
基金
甘肃省高校研究生导师项目(项目编号:1111B-01)
关键词
二路插入排序
静态链表
算法
Binary Path Insertion Sorting
Static link List
Algorithm