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

removed ;

parent 35d5b983
No related branches found
No related tags found
No related merge requests found
......@@ -200,9 +200,8 @@ entier partition(entier tableau[], entier ind_min, entier ind_max)
// mettre les plus petits à gauche
// on met le pivot "au milieu"
échanger(tableau[i], tableau[pivot]);
retourne i; // on retourne l'indice pivot
}
échanger(tableau[i], tableau[pivot])
retourne i // on retourne l'indice pivot
```
# Tri rapide ou quicksort (6/8)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment