Quant Memo
Probability/●●●●

Do two files hash into the same bucket?

A hash function spreads keys across 1616 buckets, and you may assume each key is equally likely to land in any bucket, independently. You hash two different files.

What is the probability that the two files land in the same bucket (a collision)?

Your answer

More Probability questions