From 017ee95c8a2d89d2fe216d3f15f051510717d513 Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Tue, 17 Dec 2019 17:01:58 +0100
Subject: [PATCH] Hash: Note on timeout in Cuckoo hashing
---
06-hash/hash.tex | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/06-hash/hash.tex b/06-hash/hash.tex
index 55675d6..d5b0eb7 100644
--- a/06-hash/hash.tex
+++ b/06-hash/hash.tex
@@ -635,6 +635,10 @@ $f$,~$g$ chosen at random from a~$\lceil 6\log n\rceil$-independent family.
Then the expected time complexity of \alg{Insert} is $\O(1)$.
}
+\note{
+Setting the timeout to $\lceil 6\log m\rceil$ also works.
+}
+
\note{
It is also known that a~6-independent family is not sufficient to guarantee
expected constant insertion time, while tabulation hashing (even though
--
GitLab