Right answer is (a) hash table has a better average time complexity for performing insert, delete and search operations
The best explanation: Hash table and BST both are examples of data structures. Hash table has an advantage that it has a better time complexity for performing insert, delete and search operations.