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.
- A. Skip list
- B. Dynamic array
- C. Adjacency matrix
- D. Load factor ✓
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.