1.

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)
Answer» B. O(n)


Discussion

No Comment Found