欢迎来到牛牛题库网 牛牛题库官网
logo

单项选择题

The current state of the bucket array of size 11 is A = {*, *, *, *, *, 0, 15, 26, *, 5, 9}, where * means empty bucket规模为11的桶数组当前状态为 A = { *, *, *, *, *, 0, 15, 26, *, 5, 9},其中*表示空桶
The hash function is h(key) = (3 * key + 5) % 11散列函数为h(key) = (3 * key + 5) % 11
Using Open addressing + Linear probing to solve conflicts用开放定址+线性试探排解冲突
Insert the entry 4, its actual storage location is插入词条4, 它的实际存放位置是
- 未答复

A.A[4]
B.A[6]
C.A[7]
D.A[8]
点击查看答案&解析
微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题