InterviewSolution
Saved Bookmarks
| 1. |
In simple chaining, what data structure is appropriate?(a) Singly linked list(b) Doubly linked list(c) Circular linked list(d) Binary treesI want to ask this question from Hash Tables in division Hash Tables of Data Structures & Algorithms IThis question was posed to me in exam. |
|
Answer» The correct CHOICE is (b) Doubly LINKED list |
|