From 2a22ed22bfd76a130d83ddc5bddeb626566f69d2 Mon Sep 17 00:00:00 2001
From: Orestis Malaspinas <orestis.malaspinas@hesge.ch>
Date: Wed, 23 Sep 2020 10:52:58 +0200
Subject: [PATCH] added bissection

---
 index.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/index.md b/index.md
index 27c7236..115e2ad 100644
--- a/index.md
+++ b/index.md
@@ -54,9 +54,9 @@ La chaîne *twitch* de mes cours se trouve sur <https://www.twitch.tv/omhepia>
 
 ## Base 1 [PDF](prog_seq_c_cours/base_1.pdf)
 
-<!-- ## Base 2 [PDF](prog_seq_c_cours/base_2.pdf)
+## Base 2 [PDF](prog_seq_c_cours/base_2.pdf)
 
-## Base 3 [PDF](prog_seq_c_cours/base_3.pdf)
+<!-- ## Base 3 [PDF](prog_seq_c_cours/base_3.pdf)
 
 ## Intro à `make` [PDF](prog_seq_c_cours/make.pdf)
 
@@ -72,6 +72,8 @@ La chaîne *twitch* de mes cours se trouve sur <https://www.twitch.tv/omhepia>
 
 ## Le nombre secret, [HTML](prog_seq_c_tp/nombre_secret/index.html), [PDF](prog_seq_c_tp/nombre_secret/nombre_secret.pdf)
 
+## La méthode de la bissection, [HTML](prog_seq_c_tp/bissection/index.html), [PDF](prog_seq_c_tp/bissection/bissection.pdf)
+
 # Cours de physique appliquée
 
 ##  [Polycopié](phys/index.html), [git repo](https://githepia.hesge.ch/orestis.malaspin/isc_physics), [pdf](phys/cours.pdf)
-- 
GitLab