摘要:
Given input {4371, 1323, 6173, 4199, 4344, 9679, 1989} and a hash function h(X) = X (mod 10), show the resulting:a. Separate chaining hash table.b. Open addressing hash table using linear probing.c. Open addressing hash table using quadratic probing.d. Open addressing hash table with second hash fun 阅读全文
posted @ 2009-11-14 17:02 little健健 阅读(969) 评论(0) 推荐(0) 编辑