Comment on Hash tablesparentComments−papermachete6yWhy would it necessarily be uniform?−PeCaN6yso that not too many things get hashed to the same location. that's kind of the entire point, you want hashes to be distributed equally among the entire array to minimize collisions.
Comments
Why would it necessarily be uniform?
so that not too many things get hashed to the same location. that's kind of the entire point, you want hashes to be distributed equally among the entire array to minimize collisions.