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

mise à jour pour avoir le bon algo...

parent f622ba10
No related branches found
No related tags found
No related merge requests found
Pipeline #15838 passed
......@@ -1195,6 +1195,8 @@ graph TD;
# L'algorithme du tri par tas (1/4)
\footnotesize
## Deux étapes
1. Entassement (tamisage): transformer l'arbre en tas.
......@@ -1242,7 +1244,7 @@ int droite(i)
# L'algorithme du tri par tas (3/4)
\footnote size
\footnotesize
## Implémenter en C l'algorithme du tri par tas (matrix, 20min)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment