Vidyalelo
Data Structure · Q84

Hashing

Programming · Data Structure · question 84

Q84

What is the time complexity of search function in a hash table using list head?

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