Page 1 of 1

What is the worst case time complexity of the insertion in the hash tree?

Posted: Wed Jul 13, 2022 7:43 pm
by answerhappygod
a) O(logk(n))
b) O(n2)
c) O(nlogk(n))
d) O(kn)