Ask Question
29 June, 05:20

What is the consequence of not having a good hashing function?

+4
Answers (1)
  1. 29 June, 09:05
    0
    A good hash function maps the key value pair with minimal collisions. When the hash function is not good there are frequent collisions in the mapping of the key value pair.

    Collision means that if there is a key present in the container already with some value. If the hash function again maps the same key with different value at the same location in the container that previous key was present.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What is the consequence of not having a good hashing function? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers