摘要: 负载因子(load factor),它用来衡量哈希表的 空/满 程度,一定程度上也可以体现查询的效率,计算公式为: The ratio of the number of elements in the hash table to the table size iscalled the load fa 阅读全文
posted @ 2019-05-07 21:17 FredGrit 阅读(1547) 评论(0) 推荐(0) 编辑