What is the time complexity of contains() operation in HashSet?

Last Updated :
Discuss
Comments

What is the time complexity of contains() operation in HashSet?


O(1)

O(n)

O(log n)

O(n log n)


Share your thoughts in the comments