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

单选题:Given a hash table of size 13 and the hash function $$h(x)=x \%

Luz5年前 (2021-05-10)题库1748
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


答案:C