-->
当前位置:首页 > 题库 > 正文内容

Multiple choice:Given a hash table of size 13 and the hash function $$h(x)=x \%

Luz3年前 (2021-05-10)题库979
Given a hash table of size 13 and the hash function $$h(x)=x \% 13$$. Assume that quadratic probing is used to solve collisions. After filling in the hash table one by one with input sequence { 10, 23, 1, 36, 19, 5 }, which number is placed in the position of index 6?
@[C](3)
A. 5
B. 19
C. 36
D. none




A.5
B.19
C.36
D.none


answer:C

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。