Skip to content
Snippets Groups Projects

Update cours_4.md

Closed yassin.elhakoun requested to merge (removed):master into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -974,7 +974,7 @@ int ind = 0;
@@ -974,7 +974,7 @@ int ind = 0;
while (ind < SIZE-1) {
while (ind < SIZE-1) {
min = find_min(tab[ind:SIZE]);
min = find_min(tab[ind:SIZE]);
swap(min, tab[ind]);
swap(min, tab[ind]);
ind += 1
ind += 1;
}
}
```
```
Loading