Which of the following is an advantage of open addressing over separate chaining?
Posted: Wed Jul 13, 2022 7:43 pm
a) it is simpler to implement
b) table never gets full
c) it is less sensitive to hash function
d) it has better cache performance
b) table never gets full
c) it is less sensitive to hash function
d) it has better cache performance