What is the advantage of the hash table over a linked list?
Posted: Wed Jul 13, 2022 7:43 pm
a) faster access of data
b) easy to implement
c) very efficient for less number of entries
d) exhibit good locality of reference
b) easy to implement
c) very efficient for less number of entries
d) exhibit good locality of reference