Ⅰ.(45% ) Consider the following keys: 2, 4, 26, 25, 13, 14, 51, 9, 17, 43, 68
申論題內容
2. (15%) Insert the keys into a hash table that handles collision with double hashing.
Let N=17. h(k) = k mod 17. d(k) = 13-k mod 13. Show cach step and the final result.