Vidyalelo
Data Structure · Q101

Hashing

Programming · Data Structure · question 101

Q101

What is the time complexity to insert an element into the direct address table?

A.
O(n)
B.
O(logn)
C.
O(nlogn)
D.
O(1)
Answer

Answer: Option D

Solution

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