From de3c830c612620a9ce5dd6565ac3e9e1acc4c2ae Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Wed, 24 Mar 2021 10:49:38 +0100 Subject: [PATCH] updated index --- index.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index b2739d2..2cbabe9 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, -- GitLab