From 2577bc402ccd02d247688fb38c79b5a5a7101745 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Mon, 27 Feb 2023 09:48:39 +0100 Subject: [PATCH] added hashmap --- index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.md b/index.md index a137ea4..3a740f8 100644 --- a/index.md +++ b/index.md @@ -52,6 +52,8 @@ Chaîne *BBB* du cours <https://bbb.hesge.ch/b/ore-xff-hkz-poh> ## Exercices +### 28.02.2023: Table de hachage, [HTML](https://malaspinas.academy/prog_seq_c_tp/hashmap/index.html), [PDF](https://malaspinas.academy/prog_seq_c_tp/hashmap/hashmap.pdf), [GIT](https://gitedu.hesge.ch/programmation_sequentielle/travaux_pratiques/c_lang/hashmap/enonce), [students.txt](https://malaspinas.academy/prog_seq_c_tp/hashmap/students.txt) + ### 21.02.2023: Doubles pointeurs, [HTML](https://malaspinas.academy/prog_seq_c_tp/doubles_pointeurs/index.html), [PDF](https://malaspinas.academy/prog_seq_c_tp/doubles_pointeurs/doubles_pointeurs.pdf), [GIT](https://gitedu.hesge.ch/programmation_sequentielle/travaux_pratiques/c_lang/doubles_pointeurs/enonce) -- GitLab