From 3ec36a4b2767c8a536bfd17d7ef46de105c04b42 Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Sun, 12 Jan 2020 22:34:16 +0100 Subject: [PATCH] Hash experiment: Clarify task statement --- 10-hash_experiment/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10-hash_experiment/task.md b/10-hash_experiment/task.md index 8616811..a57f025 100644 --- a/10-hash_experiment/task.md +++ b/10-hash_experiment/task.md @@ -14,7 +14,7 @@ needed to perform the following experiments: and repeats until usage of the table reaches 90%. Both experiments measure number of probed buckets per operation, are repeated 40 times -and report average and standard deviation. Note that even with 40 repetitions +and report both the average and the standard deviation. Note that even with 40 repetitions the reported numbers still depend quite a lot on the random seed used. You should perform these experiments for 5 different classes of hash functions – -- GitLab