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

closes #5

parent 23cc56e2
No related branches found
No related tags found
No related merge requests found
...@@ -779,7 +779,7 @@ tri_par_tas(tab) ...@@ -779,7 +779,7 @@ tri_par_tas(tab)
entassement(tab) entassement(tab)
échanger(tab[0], tab[size(tab)-1]) échanger(tab[0], tab[size(tab)-1])
pour i = size(tab)-1 à 2 pour i = size(tab)-1 à 2
promotion(tab, i) promotion(tab, 0)
échanger(tab[0], tab[i-1]) échanger(tab[0], tab[i-1])
entassement(tab) entassement(tab)
pour i = size(tab) / 2 - 1 jusqu'à 0 pour i = size(tab) / 2 - 1 jusqu'à 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment