in Algorithms closed by
476 views
1 vote
1 vote
closed with the note: Duplicate of
Consider a hash table with 9 slots that use collision-resolution with chaining and the table is initially empty. What is the probability that after 4 insertions, at least a chain of size 3 is created?
in Algorithms closed by
476 views

3 Comments

$\frac{1}{81}$?
0
0

good question.

0
0