摘要
主要讨论了插入排序算法,并用双链表模拟实现了该算法。在WIN-TC下面调试通过程序并得到正确的执行结果,从而直观地反映出插入排序算法的排序过程。
This article mainly discusses the insertion sort algorithm,and use double-linked list simulate the insertion sort algorithm.We debug the program by WIN-TC,and get the correct result.The program shows the processing of insertion sort algorithm.
出处
《电脑编程技巧与维护》
2010年第6期8-9,共2页
Computer Programming Skills & Maintenance
关键词
插入排序算法
双链表
存储结构
Insertion Sort Algorithm
Double-linked List
Storage Structure