From 7765f043bef5e8dc990ba640d6ea808c946d1cf4 Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Wed, 14 Apr 2021 12:59:10 +0200
Subject: [PATCH] updated with hashmap

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

diff --git a/index.md b/index.md
index ee0000e..91d6bf0 100644
--- a/index.md
+++ b/index.md
@@ -119,6 +119,10 @@ La chaîne *twitch* de mes cours se trouve sur <https://www.twitch.tv/omhepia>
 
 ## Arbre binaire de recherche, [HTML](prog_seq_c_tp/binary_search_tree/index.html), [PDF](prog_seq_c_tp/binary_search_tree/binary_search_tree.pdf), [GIT](https://gitedu.hesge.ch/programmation_sequentielle/travaux_pratiques/c_lang/binary_search_tree/enonce)
 
+## Table de hachage, [HTML](prog_seq_c_tp/hashmap/index.html), 
+[PDF](prog_seq_c_tp/hashmap/hashmap.pdf), 
+[GIT](https://gitedu.hesge.ch/programmation_sequentielle/travaux_pratiques/c_lang/hashmap/enonce)
+
 :::
 ::: {.column width="60%"}
 
-- 
GitLab