1.

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 performancePlease explain the answer as well.

Answer»

Correct choice is (a) it is simpler to implement

For explanation: Open ADDRESSING is the TECHNIQUE which is used for handling collisions in a hash table. It has a BETTER cache performance as EVERYTHING is STORED in the same table.



Discussion

No Comment Found

Related InterviewSolutions