论文部分内容阅读
介绍几种常用的排序方法及其改进,有简单的直接插入排序和改进的希尔排序;有简单的交换气泡排序以及改进的快速排序;还有单向扫描的改进的气泡排序。每种排序都给出它的主要思想,排序的主要过程和代码,改进的算法给出时效的分析。“,”Introduces several commonly used methods and their improvements, there are simple direct insertion sort and improved shell sort; there are a simple exchange bubble sort and improved quick sort; there is the improved bubble sort which scans for one way. Gives the main idea of each sort, main process and code, and the time analysis of improved algorithm.