ajout td1

This commit is contained in:
2025-09-10 17:24:24 +02:00
parent ca552281c9
commit 38dadaa0b4
7 changed files with 87 additions and 3 deletions

View File

@@ -17,5 +17,5 @@ void bubblesort(int* array, int length)
swapped++;
}
}
} while(swapped==1);
} while(swapped > 0);
}