forked from menault/TD1_DEV51_Qualite_Algo
td1
This commit is contained in:
@@ -17,5 +17,5 @@ void bubblesort(int* array, int length)
|
||||
swapped++;
|
||||
}
|
||||
}
|
||||
} while(swapped==1);
|
||||
} while(swapped>0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user