文件名称:GAIJINMAOPAOFA
介绍说明--下载内容均来自于网络,请自行研究使用
冒泡法是数据排序的一种基本算法,它的基本方法是:相邻两元素进行比较,如有需要则进行交换,每完成一次循环就将最小元素排在最后(如从大到小排序),下一次循环是将其他的数进行类似操作?如将N 个数按从大到小排序-Bubble method is a basic algorithm for sorting data, which is the basic method: Comparison of two adjacent elements, then if necessary, be exchanged every time the cycle is completed at the last element will be the minimum (e.g., sorted in descending order ), the next cycle is similar to a number of other operations? such as the N numbers sorted by descending
(系统自动生成,下载前可以参看下载内容)
下载文件列表
冒泡法改进.c