From 7c582575a2be9daeab441e90c2bb4ef75f8b5588 Mon Sep 17 00:00:00 2001
From: "yassin.elhakoun" <yassin.el-hakouni@etu.hesge.ch>
Date: Tue, 7 Nov 2023 11:46:13 +0100
Subject: [PATCH] Update file cours_7.md

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

diff --git a/slides/cours_7.md b/slides/cours_7.md
index 37a1cec..1fff402 100644
--- a/slides/cours_7.md
+++ b/slides/cours_7.md
@@ -970,7 +970,7 @@ $$
 ## Complexité du tri par sélection?
 
 ```C
-int ind = 0
+int ind = 0;
 while (ind < SIZE-1) {
     min = find_min(tab[ind:SIZE]);
     swap(min, tab[ind]);
-- 
GitLab