包含c语言冒泡排序代码的词条
本文目录一览:
C语言:采用冒泡排序方法,对10个数按由小到大的的顺序排序
以下是C语言编写的带flag冒泡排序算法,并打印输出比较次数和交换次数的示例代码:
包含c语言冒泡排序代码的词条
包含c语言冒泡排序代码的词条
cCopy code#include void bubbleSort(int arr[], int n) { int i, j, temp, flag = 1; int cmpCount = 0, swapCount = 0; for (i = 0; i < n-1 && flag; i++) {
flag = 0; for (j = 0; j < n-i-1; j++) {
cmpCount++; if (arr[j] > arr[j+1]) {
swapCount++;
temp = arr[j];
arr[j] = arr[j+1];
arr[j+1] = temp;
flag = 1;
}
}
} printf("比较次数:%dn", cmpCount); printf("交换次数:%dn", swapCount);
}int main() { int arr[] = {64, 34, 25, 12, 22, 11, 90}; int n = sizeof(arr) / sizeof(arr[0]);
bubbleSort(arr, n); printf("排序后的数组:n"); for (int i = 0; i < n; i++) { printf("%d ", arr[i]);
} return 0;
}
在上述代码中,我们在冒泡排序的外层循环中引入了一个flag标记。在每一轮内部循环结束后,如果发现没有交换元素的作,则说明已经排好序,可以提前结束循环,从而提高效率。同时,我们在算法内部记录了比较次数cmpCount和交换次数swapCount,并在排序结束后打印输出。
代码如下(对10个整数进行升序排序):
#include
int main()
{
int i,j,t,a[10]={5,4,8,3,6,9,7,222,64,88};
//排序
for(i=1;i
c语言冒泡排序从大到姐1.3.2.8.0.6?
以下是C语言编写的带flag冒泡排序算法,并打印输出比较次数和交换次数的示例代码:
cCopy code#include void bubbleSort(int arr[], int n) { int i, j, temp, flag = 1; int cmpCount = 0, swapCount = 0; for (i = 0; i < n-1 && flag; i++) {
flag = 0; for (j = 0; j < n-i-1; j++) {
cmpCount++; if (arr[j] > arr[j+1]) {
swapCount++;
temp = arr[j];
arr[j] = arr[j+1];
arr[j+1] = temp;
flag = 1;
}
}
} printf("比较次数:%dn", cmpCount); printf("交换次数:%dn", swapCount);
}int main() { int arr[] = {64, 34, 25, 12, 22, 11, 90}; int n = sizeof(arr) / sizeof(arr[0]);
bubbleSort(arr, n); printf("排序后的数组:n"); for (int i = 0; i < n; i++) { printf("%d ", arr[i]);
} return 0;
}
在上述代码中,我们在冒泡排序的外层循环中引入了一个flag标记。在每一轮内部循环结束后,如果发现没有交换元素的作,则说明已经排好序,可以提前结束循环,从而提高效率。同时,我们在算法内部记录了比较次数cmpCount和交换次数swapCount,并在排序结束后打印输出。
代码如下(对10个整数进行升序排序):
#include
int main()
{
int i,j,t,a[10]={5,4,8,3,6,9,7,222,64,88};
//排序
for(i=1;i
[img]C语言编写一个带flag冒泡排序算法并打印输出比较次数和交换次数?
以下是C语言编写的带flag冒泡排序算法,并打印输出比较次数和交换次数的示例代码:
cCopy code#include void bubbleSort(int arr[], int n) { int i, j, temp, flag = 1; int cmpCount = 0, swapCount = 0; for (i = 0; i < n-1 && flag; i++) {
flag = 0; for (j = 0; j < n-i-1; j++) {
cmpCount++; if (arr[j] > arr[j+1]) {
swapCount++;
temp = arr[j];
arr[j] = arr[j+1];
arr[j+1] = temp;
flag = 1;
}
}
} printf("比较次数:%dn", cmpCount); printf("交换次数:%dn", swapCount);
}int main() { int arr[] = {64, 34, 25, 12, 22, 11, 90}; int n = sizeof(arr) / sizeof(arr[0]);
bubbleSort(arr, n); printf("排序后的数组:n"); for (int i = 0; i < n; i++) { printf("%d ", arr[i]);
} return 0;
}
在上述代码中,我们在冒泡排序的外层循环中引入了一个flag标记。在每一轮内部循环结束后,如果发现没有交换元素的作,则说明已经排好序,可以提前结束循环,从而提高效率。同时,我们在算法内部记录了比较次数cmpCount和交换次数swapCount,并在排序结束后打印输出。
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系 836084111@qq.com 删除。