6 Comments

Very good Ashish 👍 Keep it simple 👏👏👏

Expand full comment

This was so awesome!

Expand full comment

Great article..Easy to understand as well.Thanks😀

Expand full comment

Great article, thanx.

A few questions:

1. How to define m (array size) and k (amount of hash functions)?

2. Also, should be k<m?

Expand full comment

Size of m and k usually depends on the size of the dataset to avoid hash collision. In general k should be smaller than m.

The trick is to use hash functions that are fast to compute and have lesser collision probability.

Expand full comment

Thanks. Also a practical example will be interesting and useful.

Expand full comment