From 73e3a9ffdae3ed5c4ba6118cd2d35c5b86c2bdc3 Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Wed, 9 Mar 2022 23:57:06 +0100
Subject: [PATCH] correction typo

---
 slides/cours_17.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/cours_17.md b/slides/cours_17.md
index 9612e8f..12676eb 100644
--- a/slides/cours_17.md
+++ b/slides/cours_17.md
@@ -58,7 +58,7 @@ graph TD;
 
 **But:** Transformer l'arbre en tas.
 
-* On commence à l'indice $N/2 = 5$: `7`.
+* On commence à l'indice $N/2 = 5$: `4`.
 * `7 > 4` (enfant `>` parent).
 * intervertir `4` et `7`.
 
-- 
GitLab