問題詳情

7. Insert the set (23, 12, 34, 46, 28, 11, 6, 7, 0, 33, 30, 45) into an empty hash Table T of size 17. Supposethat the hash function h(k, i) = (k + i) mod 17, where i = 0 to 16. If we remove 46 after inserting the set,which keys should modify their positions?
(A) 11
(B) 0
(C) 33
(D) 45
(E) 30

參考答案

答案:[無官方正解]
難度:計算中-1
書單:沒有書單,新增

用户評論

December Ann】評論

(A)(D)(E)