1.

Which of the following technique stores data in the hash table itself in case of a collision?(a) Open addressing(b) Chaining using linked list(c) Chaining using doubly linked list(d) Chaining using binary treeI want to ask this question from Hash Tables in division Hash Tables of Data Structures & Algorithms IThe question was asked in quiz.

Answer»

Correct answer is (a) Open ADDRESSING

To EXPLAIN: Open addressing is USED to store DATA in the table itself in case of a collision. Whereas CHAINING stores data in a separate entity.



Discussion

No Comment Found

Related InterviewSolutions