InterviewSolution
Saved Bookmarks
| 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 |
|