diff --git a/algorithmes/DICHOTOMIQUE.md b/algorithmes/DICHOTOMIQUE.md index 272555c..08b0d91 100644 --- a/algorithmes/DICHOTOMIQUE.md +++ b/algorithmes/DICHOTOMIQUE.md @@ -2,7 +2,7 @@ ### Le programme -bo_dichotomique +![bo_dichotomique](assets/bo_dichotomique.png) ----------- diff --git a/algorithmes/TRIS.md b/algorithmes/TRIS.md index a6ba36f..9de78c7 100644 --- a/algorithmes/TRIS.md +++ b/algorithmes/TRIS.md @@ -115,7 +115,7 @@ L'ordre de grandeur est donc de n2 : on aura donc un coût **quadrati ou un bon schéma ci dessous : -![tri_insertion.jpeg](assets/tri_insertion.jpeg) + ![tri_insertion.jpeg](assets/tri_insertion.jpeg) Merci @https://x.com/Limplementeur pour l'illustration