What is the time complexity of the get() method in a HashMap in the worst case?
O(1)
O(n)
O(n logn)
O( log n )
This question is part of this quiz :