What is the advantage of hashing with chaining?
(a) cache performance is good
(b) uses less space
(c) less sensitive to hash function
(d) has a time complexity of O(n) in the worst case
This key question is from Hash Tables in division Hash Tables of Data Structures & Algorithms I
The question was asked during an online interview.