6. Given the hash function h(x)=x mod 17, and the following set of numbers as input: {133,148, 164,206,96,102,300,517,8,
Posted: Thu Jul 14, 2022 2:11 pm
6. Given the hash function h(x)=x mod 17, and the following set of numbers as input: {133,148, 164,206,96,102,300,517,8,793,736}, show the resulting: (a) Separate chaining hash table. (b) Open addressing hash table with linear probing. (c) Open addressing hash table with quadratic probing.