Skip to content
Snippets Groups Projects
Verified Commit b301a4ce authored by orestis.malaspin's avatar orestis.malaspin
Browse files

typo

parent 5c144d3b
No related branches found
No related tags found
No related merge requests found
Pipeline #26849 passed
......@@ -264,7 +264,7 @@ rien alveole_0(entier taille, entier tab[taille],
entier tab_tmp[taille], entier pos):
entier k = 0
pour i de 0 à taille-1:
si bit(tab[i], pos):
si bit(tab[i], pos) == 0:
tab_tmp[k] = tab[i]
k = k + 1
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment