What is the time complexity of delete function in the hash table using list head?
Posted: Wed Jul 13, 2022 7:43 pm
a) O(1)
b) O(n)
c) O(log n)
d) O(n log n)
b) O(n)
c) O(log n)
d) O(n log n)
Accurate answers. Every time.
https://answerhappy.com/