InterviewSolution
Saved Bookmarks
| 1. |
Which scheme provides good performance?(a) open addressing(b) universal hashing(c) hashing by division(d) hashing by multiplicationQuestion is from Hash Tables in chapter Hash Tables of Data Structures & Algorithms IThis question was posed to me in an international level competition. |
|
Answer» Correct choice is (b) universal HASHING |
|