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

removed ;

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