Vidyalelo
Data Structure · Q20

Introduction to Data Structures

Programming · Data Structure · question 20

Q20

What is the main advantage of a hash table over a linked list?

A.
Faster search
Answer
B.
Easier to implement
C.
Lower memory usage
D.
Simpler insertion

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board