题目
题目

DATA STRUCTURES (CS_261_001_S2025) Quiz 4

单项选择题

Which of the following most accurately describes the "load factor"? 

选项
A.The load factor is defined as the total number of elements n added, and hence the same as the number of keys.
B.When using quadratic probing, the load factor describes the total number of values defined for the hash function, but not necessarily related to the number of keys.
C.For a hash table with open addressing, the load factor is the size of the array.
D.For a hash table with chaining, it is the average chain length (avg length of the linked lists)
查看解析

查看解析

标准答案
Please login to view
思路分析
Question restatement: Which of the following most accurately describes the 'load factor'? Option 1: 'The load factor is defined as the total number of elements n added, and hence the same as the number of keys.' This is incorrect in general. The load factor is typically defined as the number of elements divided by the table capacity (n / m). It does not necessarily equal the number of keys, unless by coincidence n equals m, which is not the standard definition. Option......Login to view full explanation

登录即可查看完整答案

我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。

类似问题

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!