Skip to content
Snippets Groups Projects
Commit 36bc037d authored by yassin.elhakoun's avatar yassin.elhakoun
Browse files

Update file cours_7.md

parent 7c582575
No related branches found
No related tags found
2 merge requests!42Master,!40Update cours_4.md
......@@ -974,7 +974,7 @@ int ind = 0;
while (ind < SIZE-1) {
min = find_min(tab[ind:SIZE]);
swap(min, tab[ind]);
ind += 1
ind += 1;
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment