摘要
排序作为计算机程序设计中的一个重要操作,算法的好坏直接影响着程序的运行效率,文章通过对几种常用算法的基本概念、算法思路及性能分析,指出了插入排序、交换排序、选择排序算法选择的5点依据。
The sort is an important operation in computer programming, the quality of the algorithm directly affects the efficiency of the procedure, the of several commonly used algorithms of basic concept, idea and algorithm performance analysis, pointed out the insertion sort, exchange sort, selection sort algorithm to select the five basis.
出处
《湖南城市学院学报(自然科学版)》
CAS
2016年第4期95-96,共2页
Journal of Hunan City University:Natural Science
关键词
排序
算法
时间复杂度
实现
Sorting
Algorithm
Time complexity
Implementation