Vidyalelo
Data Structure · Q122

Hashing

Programming · Data Structure · question 122

Q122

What is the advantage of a hash table over BST?

A.
hash table has a better average time complexity for performing insert, delete and search operations
Answer
B.
hash table requires less space
C.
range query is easy with hash table
D.
easier to implement

Answer: Option A

Solution

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