Page 1 of 1

What is the time complexity of insert function in a hash table using a binary tree?

Posted: Wed Jul 13, 2022 7:43 pm
by answerhappygod
a) O(1)
b) O(n)
c) O(log n)
d) O(n log n)