Vidyalelo
Data Structure · Q138

Hashing

Programming · Data Structure · question 138

Q138

What is the disadvantage of BST over the hash table?

A.
BST is easier to implement
B.
BST can get the keys sorted by just performing inorder traversal
C.
BST can perform range query easily
D.
Time complexity of hash table in inserting, searching and deleting is less than that of BST
Answer

Answer: Option D

Solution

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