1.

Separate chaining is easier to implement as compared to open addressing.(a) true(b) falseMy question is from Hash Tables in division Hash Tables of Data Structures & Algorithms II got this question in quiz.

Answer»

Correct answer is (a) true

Easy EXPLANATION - There are TWO methods of HANDLING collisions in a hash table:- OPEN addressing and separate chaining. Open addressing requires more computation as COMPARED to separate chaining.



Discussion

No Comment Found

Related InterviewSolutions