What is the advantage of hashing with chaining?
Posted: Wed Jul 13, 2022 7:43 pm
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
b) uses less space
c) less sensitive to hash function
d) has a time complexity of O(n) in the worst case