问题 单项选择题

A hash table with hash function is shown below.H1(k)=k mod 13

Collision is resolved using the hash function H2(k)=(k mod 11)q-1. How many key comparisons occur in searching for key 62 in the given hash table ( )

A.1

B.2

C.3

D.4

答案

参考答案:A

问答题 简答题
判断题