forked from menault/TD1_DEV51_Qualite_Algo
new file: "R\303\251sultat.txt"
modified: bubblesort.c new file: gmon.out modified: student_rank.c
This commit is contained in:
@@ -14,7 +14,7 @@ void bubblesort(int* array, int length)
|
||||
tmp = array[i-1];
|
||||
array[i-1] = array[i];
|
||||
array[i] = tmp;
|
||||
swapped++;
|
||||
swapped = 1;
|
||||
}
|
||||
}
|
||||
} while(swapped==1);
|
||||
|
Reference in New Issue
Block a user