Recent questions tagged chaining

0 votes
1 answer
4
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...
0 votes
1 answer
6
A hash table of length 100 uses chaining.What is the probability that all the values are hashed into the same slot after 5 insertions?
2 votes
1 answer
8
A chained hash table has an array size of 100. What is the maximum number of entries that can be placed in the table ?(A) 100 (B) 200(C) 10000 (D) ...
3 votes
2 answers
9
Forward chaining systems are ____ where as backward chaining systems are ____Data driven, Data drivenGoal driven, Data drivenData driven, Goal drivenGoal driven, Goal dri...
0 votes
1 answer
10
If we are inserting an element in chaining(outside) hashing technique, then what will be the time complexity in best case, average case and Worst case.
0 votes
1 answer
11
1 votes
1 answer
13
0 votes
1 answer
14
why in a hash table in which collisions are resolved by a chaining , a successful search takes average- case time ⊖(1+load factor) ,under the assumption of simple unifo...
To see more, click for the full list of questions or popular tags.