diff --git a/10-hash_experiment/task.md b/10-hash_experiment/task.md index 8616811f8c71c7079cd37f4c044b406b6c5ec8d5..a57f02539e457f4815db7af3ba9f13a20939f035 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 –