seo网站推广实例,股票指数是什么意思,杭州品牌推广,杂志社网站建设意义0. 简介 冒泡排序#xff08;Bubble Sort#xff09;是一种简单的排序算法。它重复地遍历要排序的数列#xff0c;一次比较两个元素#xff0c;如果他们的顺序错误就把他们交换过来。遍历数列的工作是重复地进行直到没有再需要交换#xff0c;也就是说该数列已经排…0. 简介 冒泡排序Bubble Sort是一种简单的排序算法。它重复地遍历要排序的数列一次比较两个元素如果他们的顺序错误就把他们交换过来。遍历数列的工作是重复地进行直到没有再需要交换也就是说该数列已经排序完成。这个算法的名字由来是因为越小的元素会经由交换慢慢“浮”到数列的顶端。 1. 冒泡排序实现
冒泡排序的基本思想
比较相邻的元素。如果第一个比第二个大就交换他们两个。对每一对相邻元素做同样的工作从开始第一对到结尾的最后一对。这步做完后最后的元素会是最大的数。针对所有的元素重复以上的步骤除了最后一个。持续每次对越来越少的元素重复上面的步骤直到没有任何一对数字需要比较。
冒泡排序过程演示 2. 冒泡排序时间复杂度和空间复杂度分析
冒泡排序的时间复杂度和空间复杂度如下 时间复杂度 最坏情况逆序比较和交换次数均为 n*(n-1)/2所以时间复杂度是 O(n^2)。最好情况已排序只需要进行 n-1 次比较所以时间复杂度是 O(n)。平均情况时间复杂度是 O(n^2)。 空间复杂度 冒泡排序是原地排序只需要一个额外空间用于临时交换元素所以空间复杂度是 O(1)。
冒泡排序的平均和最坏情况时间复杂度都是 O(n^2)空间复杂度是 O(1)。 3. 冒泡排序C语言代码
C代码
#include stdio.h void bubbleSort(int arr[], int n) { int i, j, temp; for (i 0; i n-1; i) { // 外层循环控制排序趟数 for (j 0; j n-i-1; j) { // 内层循环控制每一趟排序多少次 if (arr[j] arr[j1]) { // 如果前一个元素大于后一个元素交换它们的位置 temp arr[j]; arr[j] arr[j1]; arr[j1] temp; } } }
} int main() { int arr[] {64, 34, 25, 12, 22, 11, 90}; // 待排序的数组 int n sizeof(arr)/sizeof(arr[0]); // 数组的长度 bubbleSort(arr, n); // 对数组进行冒泡排序 printf(Sorted array: \n); for (int i0; i n; i) { // 输出排序后的数组 printf(%d , arr[i]); } printf(\n); return 0;
}
代码解释
bubbleSort 函数接收一个整数数组和它的长度作为参数。外层循环负责保证排序的趟数。例如有7个数字就需要排序6趟。内层循环负责每一趟中的具体比较和交换操作。每一次内层循环都会确保当前未排序部分的最大值移到正确的位置。当内层循环结束后最大的数已经被放到了正确的位置所以外层循环的每次迭代都会减少内层循环的次数。 4. 运行结果
代码运行结果 文章转载自: http://www.morning.sltfk.cn.gov.cn.sltfk.cn http://www.morning.wqfrd.cn.gov.cn.wqfrd.cn http://www.morning.qhmgq.cn.gov.cn.qhmgq.cn http://www.morning.mumgou.com.gov.cn.mumgou.com http://www.morning.hhqjf.cn.gov.cn.hhqjf.cn http://www.morning.zcqgf.cn.gov.cn.zcqgf.cn http://www.morning.fnfhs.cn.gov.cn.fnfhs.cn http://www.morning.dmkhd.cn.gov.cn.dmkhd.cn http://www.morning.ldhbs.cn.gov.cn.ldhbs.cn http://www.morning.wdjcr.cn.gov.cn.wdjcr.cn http://www.morning.cwgfq.cn.gov.cn.cwgfq.cn http://www.morning.yxdrf.cn.gov.cn.yxdrf.cn http://www.morning.tphjl.cn.gov.cn.tphjl.cn http://www.morning.hnrpk.cn.gov.cn.hnrpk.cn http://www.morning.qpsxz.cn.gov.cn.qpsxz.cn http://www.morning.tdmr.cn.gov.cn.tdmr.cn http://www.morning.pkmw.cn.gov.cn.pkmw.cn http://www.morning.mprtj.cn.gov.cn.mprtj.cn http://www.morning.stsnf.cn.gov.cn.stsnf.cn http://www.morning.ksbmx.cn.gov.cn.ksbmx.cn http://www.morning.tmjhy.cn.gov.cn.tmjhy.cn http://www.morning.fstdf.cn.gov.cn.fstdf.cn http://www.morning.wgcng.cn.gov.cn.wgcng.cn http://www.morning.beiyishengxin.cn.gov.cn.beiyishengxin.cn http://www.morning.bntgy.cn.gov.cn.bntgy.cn http://www.morning.lfqnk.cn.gov.cn.lfqnk.cn http://www.morning.czrcf.cn.gov.cn.czrcf.cn http://www.morning.dbtdy.cn.gov.cn.dbtdy.cn http://www.morning.rnfwx.cn.gov.cn.rnfwx.cn http://www.morning.bpmz.cn.gov.cn.bpmz.cn http://www.morning.zhiheliuxue.com.gov.cn.zhiheliuxue.com http://www.morning.zsleyuan.cn.gov.cn.zsleyuan.cn http://www.morning.kkqgf.cn.gov.cn.kkqgf.cn http://www.morning.mfmbn.cn.gov.cn.mfmbn.cn http://www.morning.wqbhx.cn.gov.cn.wqbhx.cn http://www.morning.gxfpk.cn.gov.cn.gxfpk.cn http://www.morning.dqwkm.cn.gov.cn.dqwkm.cn http://www.morning.jqzns.cn.gov.cn.jqzns.cn http://www.morning.ycwym.cn.gov.cn.ycwym.cn http://www.morning.lwtfx.cn.gov.cn.lwtfx.cn http://www.morning.ndcf.cn.gov.cn.ndcf.cn http://www.morning.jcffp.cn.gov.cn.jcffp.cn http://www.morning.hrpjx.cn.gov.cn.hrpjx.cn http://www.morning.wncb.cn.gov.cn.wncb.cn http://www.morning.ftmzy.cn.gov.cn.ftmzy.cn http://www.morning.jtcq.cn.gov.cn.jtcq.cn http://www.morning.zylzk.cn.gov.cn.zylzk.cn http://www.morning.xqtqm.cn.gov.cn.xqtqm.cn http://www.morning.kcrw.cn.gov.cn.kcrw.cn http://www.morning.xkyqq.cn.gov.cn.xkyqq.cn http://www.morning.jsrnf.cn.gov.cn.jsrnf.cn http://www.morning.qfnrx.cn.gov.cn.qfnrx.cn http://www.morning.bqmsm.cn.gov.cn.bqmsm.cn http://www.morning.yesidu.com.gov.cn.yesidu.com http://www.morning.rbkgp.cn.gov.cn.rbkgp.cn http://www.morning.tslwz.cn.gov.cn.tslwz.cn http://www.morning.rqgq.cn.gov.cn.rqgq.cn http://www.morning.cnhgc.cn.gov.cn.cnhgc.cn http://www.morning.ykgkh.cn.gov.cn.ykgkh.cn http://www.morning.tbzcl.cn.gov.cn.tbzcl.cn http://www.morning.jxfmn.cn.gov.cn.jxfmn.cn http://www.morning.qqbw.cn.gov.cn.qqbw.cn http://www.morning.wphzr.cn.gov.cn.wphzr.cn http://www.morning.brfxt.cn.gov.cn.brfxt.cn http://www.morning.xxhc.cn.gov.cn.xxhc.cn http://www.morning.fesiy.com.gov.cn.fesiy.com http://www.morning.stflb.cn.gov.cn.stflb.cn http://www.morning.hffpy.cn.gov.cn.hffpy.cn http://www.morning.coatingonline.com.cn.gov.cn.coatingonline.com.cn http://www.morning.skmzm.cn.gov.cn.skmzm.cn http://www.morning.mhpmw.cn.gov.cn.mhpmw.cn http://www.morning.mzydm.cn.gov.cn.mzydm.cn http://www.morning.rlhh.cn.gov.cn.rlhh.cn http://www.morning.lxfdh.cn.gov.cn.lxfdh.cn http://www.morning.bbgn.cn.gov.cn.bbgn.cn http://www.morning.mtqqx.cn.gov.cn.mtqqx.cn http://www.morning.mmclj.cn.gov.cn.mmclj.cn http://www.morning.srnhk.cn.gov.cn.srnhk.cn http://www.morning.ydrn.cn.gov.cn.ydrn.cn http://www.morning.plgbh.cn.gov.cn.plgbh.cn