Programming (12th Grade)
Algorithms
What is the time complexity of accessing an element in a hash table?
O(n)
O(log n)
O(1)
O(n^2)
Next