- 博客(1)
- 资源 (7)
- 收藏
- 关注
原创 try again
#include typedef int bool;void bubbleSort(int array[],int n){ int i,j,temp; bool exchange; //判断是否交换 for(i=0;i<n;i++) { exchange=0; for(j=n-2;j>=i;j--) { if(array[j+1]<a
2009-08-04 09:17:00
374
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人