24.1k views
5 votes
What is the answer to this question?

What is the answer to this question?-example-1
User Artey
by
5.3k points

1 Answer

4 votes

Answer:

LoadFactorLimit >=1

Step-by-step explanation:

The maximum Load factor limit allowed is equal to 1. And it cannot be greater than 1. And as the load factor limit is reached, the HashSet size is increased. And hence, the correct condition statement for this question is as mentioned above.

Remember the Load factor = number of keys stored in a HashSet divided by its capacity. And its maximum value cannot be more than 1.

User Jacob CUI
by
5.8k points