InterviewSolution
Saved Bookmarks
| 1. |
What is the load factor?(a) Average array size(b) Average key size(c) Average chain length(d) Average hash table lengthQuestion is from Hash Tables in division Hash Tables of Data Structures & Algorithms IThis question was addressed to me in homework. |
|
Answer» The correct ANSWER is (c) Average chain length |
|