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 easily
Question is taken from Hash Tables in division Hash Tables of Data Structures & Algorithms I
I had been asked this question in an interview.