InterviewSolution
Saved Bookmarks
| 1. |
What is the disadvantage of hashing with chaining?(a) not easy to implement(b) takes more space(c) quite sensitive to hash function(d) table gets filled up easilyQuestion is taken from Hash Tables in division Hash Tables of Data Structures & Algorithms II had been asked this question in an interview. |
|
Answer» Right choice is (B) TAKES more space |
|