Homework 18
Due : 11am, 9 August
Questions 10.11 from the course text.
Solution
- Not acceptable, since the hash values can fall outside of the hash table range.
- Acceptable. But not good since every element hashes to the same hash value.
- Not acceptable, since the sequence is not deterministic.
- Acceptable. Good, since it spreads the values evenly over the table.
Last updated : 9 August 1999 4:59pm