1.

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
B. hash table requires less space
C. range query is easy with hash table
D. easier to implement
Answer» B. hash table requires less space


Discussion

No Comment Found