摘要
线性表上进行的直接插入排序法是一种较简单的内部排序算法,计算机工作者经常研究和讨论顺序表中直接插入排序算法的实现及其改进,很少研究直接插入排序法在链表上的实现。本文讨论了直接插入排序在单链表上和静态链表上的算法及实现过程。最后分析了算法时间复杂度和空间复杂度。
Straight insertion sort which proceed on linear list is a kind of inner sort algorithms.Computer workers always research and discuss the realization as well as improvement on linear list instead of link list.In this article we discuss the algorithm and realization proceeded on single-link list and static-link list.Finally we analyze the complexity of time and space of the two methods.
出处
《自动化与仪器仪表》
2011年第6期40-40,43,共2页
Automation & Instrumentation
基金
甘肃教育厅硕导项目(1111B-01)
关键词
直接插入排序
存储结构
单链表
静态链表
算法分析
Straight insertion sort
Storage Structure
Single-link list
Static-link list
Analysis of algorithm