InterviewSolution
Saved Bookmarks
| 1. |
Which of the following helps keys to be mapped into addresses?(a) hash function(b) separate chaining(c) open addressing(d) chaining using a linked listThis question is from Hash Tables topic in division Hash Tables of Data Structures & Algorithms II had been asked this question by my college director while I was bunking the class. |
|
Answer» The CORRECT answer is (a) hash function |
|