Question

What is the average-case time complexity for search, insertion, and deletion operations in a well-designed hash table?

A O(n)
B O(log n)
C O(1)
D O(n log n)
E O(n²)
Practice Next

Hey! Ask a query