InterviewSolution
Saved Bookmarks
| 1. |
Which scheme uses a randomization approach?(a) hashing by division(b) hashing by multiplication(c) universal hashing(d) open addressingMy question comes from Hash Tables topic in chapter Hash Tables of Data Structures & Algorithms II have been asked this question in semester exam. |
|
Answer» CORRECT OPTION is (c) universal hashing The BEST I can explain: Universal hashing SCHEME uses a randomization approach whereas hashing by division and hashing by multiplication are heuristic in nature. |
|