Complete the following individually, then turn to a neighbor to confirm your answers.
- Using the following strategies, and given a hash table with 7 entries, draw the hash table and it's contents after inserting the following numbers: 7, 11, 71, 42, 13, 49:
- Separate chaining
- Linear probing
- Quadratic probing
- Double hashing
- Calculate the load factor α for each of the previous strategies in the exercise above.
Last Modified: