Page 1 of 1

What is the disadvantage of BST over the hash table?

Posted: Wed Jul 13, 2022 7:43 pm
by answerhappygod
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