Vidyalelo
Data Structure · Q82

Hashing

Programming · Data Structure · question 82

Q82

What is the time complexity of delete function in the hash table using a doubly linked list?

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