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
This commit is part of merge request !40. Comments created here will be created in the context of that merge request.
...@@ -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;
} }
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment