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

Update file cours_7.md

parent dcb9ba6d
No related branches found
No related tags found
2 merge requests!42Master,!40Update cours_4.md
......@@ -970,7 +970,7 @@ $$
## Complexité du tri par sélection?
```C
int ind = 0
int ind = 0;
while (ind < SIZE-1) {
min = find_min(tab[ind:SIZE]);
swap(min, tab[ind]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment