diff --git a/index.md b/index.md
index b2739d2d1ecb3b563485bb691c2623dd1f7fb538..2cbabe96faad117f724a6dd7ca8ca6b2f6c1ed86 100644
--- a/index.md
+++ b/index.md
@@ -76,6 +76,9 @@ La chaîne *twitch* de mes cours se trouve sur <https://www.twitch.tv/omhepia>
 
 ## Tests avec $\mu$nit [PDF](prog_seq_c_cours/munit.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
 
+## Arbres binaires de recherche [PDF](prog_seq_c_cours/bst.pdf), [git 
+repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
+
 
 <!-- ## Intro à `make` [PDF](prog_seq_c_cours/make.pdf)
 
@@ -113,8 +116,8 @@ La chaîne *twitch* de mes cours se trouve sur <https://www.twitch.tv/omhepia>
 
 ## Récursivité, [HTML](prog_seq_c_tp/short_exercises/recursivity.html), [PDF](prog_seq_c_tp/short_exercises/recursivity.pdf), [GIT](https://gitedu.hesge.ch/programmation_sequentielle/travaux_pratiques/c_lang/short_exercises/enonce)
 
-## Calculator, [HTML](prog_seq_c_tp/calculator/index.html), 
-[PDF](prog_seq_c_tp/calculator/calculator.pdf), 
+## Calculator, 
+[HTML](prog_seq_c_tp/calculator/index.html),[PDF](prog_seq_c_tp/calculator/calculator.pdf), 
 [GIT](https://gitedu.hesge.ch/programmation_sequentielle/travaux_pratiques/c_lang/calculator/enonce)
 
 ## Arbre binaire de recherche,