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
AnswerB.
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