1,031 views
1 votes
1 votes
double hashing satisfies the uniform hashing assumption.

TRUE/FALSE

explain

1 Answer

0 votes
0 votes

Double hashing should be uniform hashing. 

why because.... 

Double hashing neither suffers from primary clustering nor secondary clustering.

but coming up with such hash functions is difficult since the functions should ideally cover all the slots uniformly without leading to collisions.

please correct me if I am wrong.

Related questions

5 votes
5 votes
2 answers
1
sunil sarode asked Dec 30, 2017
4,396 views
How many probes takes place to insert a sequence of numbers: 14, 17, 25, 37, 34, 16, 26, into a hash table of size 11, using Double hashing, where h(x) = x mod 11, h2(x) ...
0 votes
0 votes
2 answers
2
altamash asked Nov 5, 2018
2,580 views
can any one explain double hashing example
0 votes
0 votes
1 answer
4