問題詳情

20. An empty hash table has a capacity of 13, and you insert six entries with keys 20, 15, 7, 9,21, 33, and 48. Using linear probing and the hash function x%(13), what index 48 is storedat in the table? Note that % is the remainder operator, e.g., (100)%(13)=9.
  


(A) 10;
(B) 11;
(C)12;
(D) 9.

參考答案

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