Collisions- Hash Fuctions
HASH COLLISIONS
It is possible that two distinct keys can generate the same hash values. What are we going to do we cannot store two items at the same index. This is called a collision.
There are 2 ways to handle collisions
One way is to have each ce...
harshitjoshi2002.hashnode.dev3 min read