Collisions in Hashing and Ways to tackle it, Explained
What are Collisions:
Large or small, it can very much happen that 2 different keys can have the same value as output from the hash function. Such a situation is known as Collision.
If we know keys in advance, we can design a perfect hash function...
devraj-jhala.hashnode.dev5 min read