From 32adc3a649a144226d0adcd91d6f5aa0a168e853 Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Wed, 22 Mar 2023 15:53:06 +0100
Subject: [PATCH] typo

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

diff --git a/slides/cours_16.md b/slides/cours_16.md
index c2268a7..6e284d6 100644
--- a/slides/cours_16.md
+++ b/slides/cours_16.md
@@ -572,7 +572,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