Data Structures

Identify the correct concept described as: a measure in a hash table calculated as the number of stored elements divided by the number of buckets.

Correct answer

D. Load factor

Explanation

Load factor refers to a measure in a hash table calculated as the number of stored elements divided by the number of buckets.