InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is used in hash tables to determine the index of any input record?(a) hash function(b) hash linked list(c) hash tree(d) hash chainingQuery is from Hash Tables in division Hash Tables of Data Structures & Algorithms IThis question was posed to me in semester exam. |
|
Answer» Right option is (a) hash function |
|