What is the advantage of the hash table over a linked list?
(a) faster access of data
(b) easy to implement
(c) very efficient for less number of entries
(d) exhibit good locality of reference
The query is from Hash Tables topic in division Hash Tables of Data Structures & Algorithms I
The question was posed to me during an internship interview.