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
What is the disadvantage of BST over the hash table?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is the disadvantage of BST over the hash table?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!