What is the time complexity of delete function in the hash table using list head?
(a) O(1)
(b) O(n)
(c) O(log n)
(d) O(n log n)
My question comes from Hash Tables topic in section Hash Tables of Data Structures & Algorithms I
This question was posed to me in final exam.