InterviewSolution
Saved Bookmarks
| 1. |
What data organization method is used in hash tables?(a) Stack(b) Array(c) Linked list(d) QueueThis intriguing question originated from Hash Tables topic in section Hash Tables of Data Structures & Algorithms II have been asked this question in an online quiz. |
|
Answer» Correct option is (c) Linked LIST |
|