InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is identical to that of a separate chaining hash node?(a) Linked list(b) Array(c) Stack(d) QueueI'm obligated to ask this question of Hash Tables in division Hash Tables of Data Structures & Algorithms IThis question was addressed to me during an internship interview. |
|
Answer» The correct answer is (a) Linked LIST |
|