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

Easy explanation - Hashing with separate CHAINING has a disadvantage that it takes more space. This space is used for storing elements in CASE of a COLLISION.



Discussion

No Comment Found

Related InterviewSolutions