From 4e7df3771bf8c5ae7928737f34f7709a9f0f69d6 Mon Sep 17 00:00:00 2001 From: Florian Mathieu Date: Tue, 24 Mar 2026 09:02:57 +0100 Subject: [PATCH] correctrion lien image bo dichotomie --- algorithmes/DICHOTOMIQUE.md | 2 +- algorithmes/TRIS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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