From 37755580e30bc8b0b5ed737594a711b0ee953519 Mon Sep 17 00:00:00 2001
From: Tung Anh Vu <tung@kam.mff.cuni.cz>
Date: Sun, 21 Nov 2021 10:21:00 +0100
Subject: [PATCH] Add missing link to code template repository

---
 08-cuckoo_hash/task.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/08-cuckoo_hash/task.md b/08-cuckoo_hash/task.md
index dc71991..36ba0d3 100644
--- a/08-cuckoo_hash/task.md
+++ b/08-cuckoo_hash/task.md
@@ -10,3 +10,5 @@ bounds.
 
 The size of the table should stay constant
 throughout the existence of the data structure.
+
+Source code templates can be found in [git](https://gitlab.kam.mff.cuni.cz/datovky/assignments/-/tree/master).
-- 
GitLab