Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:43 pm
by answerhappygod
a) O(1)
b) O(n)
c) O(log n)
d) O(n log n)