Ask Question
21 June, 09:42

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

+3
Answers (1)
  1. 21 June, 10:01
    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?
Find an answer to your question 👍 “What is the consequence of not having a good hashing function? ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers