Let $X_i$ be the number of items hashed to bin $i$. We have $X_i \sim \text{Binomial}(n, 1/n)$. Let $Y_i = X_i - n/n = X_i - 1$. Then, $Y_i \sim \text{Binomial}(n-1, 1/n)$.
We want to bound the probability that $\max_i X_i > L$. Using the union bound, we
Show more…