Ask Question
29 May, 16:48

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

+1
Answers (1)
  1. 29 May, 16:54
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers