InterviewSolution
Saved Bookmarks
| 1. |
Which of the following trait of a hash function is most desirable?(a) it should cause less collisions(b) it should cause more collisions(c) it should occupy less space(d) it should be easy to implementQuery is from Hash Tables topic in portion Hash Tables of Data Structures & Algorithms II got this question in an internship interview. |
|
Answer» Correct option is (a) it should CAUSE less collisions |
|