Vidyalelo
Data Structure · Q130

Hashing

Programming · Data Structure · question 130

Q130

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

A.
O(1)
Answer
B.
O(n)
C.
O(log n)
D.
O(n log n)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board