What is the load factor of a hash table, and why does it matter?
-
A
The ratio of collisions to insertions; it determines memory usage
-
B
The ratio of stored elements to total buckets; it affects average lookup time
-
C
The number of elements divided by the hash function range squared
-
D
The percentage of buckets using chaining versus open addressing