Search results for uniform-hashing

0 votes
1 answer
3
1 votes
1 answer
6
Consider an open address hash table with uniform hashing. Out of 10 locations, 8 are occupied. What are the expected number of probes in an unsuccessful and successful se...
2 votes
3 answers
7
What is the average number of probe required when inserting an element with load factor alpha (assume uniform hashing)a) 1 / 1-alphab) 1/1+alphac)1/alphad)2/2-alpha
0 votes
1 answer
9
Consider an open address hash table with uniform hashing. What is the time complexity of sucessfull search ?(A)O($\alpha$$^{2}$)(B)O($\alpha$)(C)O(1-$\alpha$)(D)O(1/1-$\a...
0 votes
0 answers
10
A) (1-(N / K)) ^ r b) (1-(K / N)) ^ r c) (1+(N / K)) ^ r-1 d) (1-(K / N)) ^ r-1
1 votes
0 answers
11
Suppose we used a hash fu action H(n) to hash n distinct elements (key) into an array T of length m. What is expected number of collision, if simple uniform hashing is us...
0 votes
1 answer
12
0 votes
1 answer
13
Can someone explain Secondary Clustering to me? The distance between two successive probes is quadratic. I get it, but how are clusters being formed?
1 votes
0 answers
15
if m! is used is in uniform hashing probe sequence , shouldn't ans be c)
1 votes
1 answer
16
The average number of probe required when inserting an element with load factor alpha (assume uniform hashing) 1 / 1-alpha how? Please explain
0 votes
1 answer
17
If h is any hashing function and is used to hash n keys into a table of size m, here n<=m, the expected number of collisions involving a particular key x isa) Less than 1...
1 votes
1 answer
19
plz explain otherwise i ll memorize it..
1 votes
1 answer
20