Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
ds2-notes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
datovky
ds2-notes
Commits
017ee95c
Commit
017ee95c
authored
5 years ago
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
Hash: Note on timeout in Cuckoo hashing
parent
465e17ee
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
06-hash/hash.tex
+4
-0
4 additions, 0 deletions
06-hash/hash.tex
with
4 additions
and
0 deletions
06-hash/hash.tex
+
4
−
0
View file @
017ee95c
...
@@ -635,6 +635,10 @@ $f$,~$g$ chosen at random from a~$\lceil 6\log n\rceil$-independent family.
...
@@ -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
)
$
.
Then the expected time complexity of
\alg
{
Insert
}
is
$
\O
(
1
)
$
.
}
}
\note
{
Setting the timeout to
$
\lceil
6
\log
m
\rceil
$
also works.
}
\note
{
\note
{
It is also known that a~6-independent family is not sufficient to guarantee
It is also known that a~6-independent family is not sufficient to guarantee
expected constant insertion time, while tabulation hashing (even though
expected constant insertion time, while tabulation hashing (even though
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment