-->
当前位置:首页 > 题库

单选题:Suppose that the range of a hash table is [0, 18], and the hash

Luz5年前 (2021-05-10)题库2995
Suppose that the range of a hash table is [0, 18], and the hash function is H(Key)=Key%17. If linear probing is used to resolve collisions, then after inserting { 16, 32, 14, 34, 48 } one by one into the hash table, the index of 48 is: @[C](2)

A. 14
B. 0
C. 17
D. 1




A.14
B.0
C.17
D.1


答案:C