Which of the following is an advantage of open addressing over separate chaining?
(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
Please explain the answer as well.