Collisions

While there are cases in which perfect hash functions can be constructed, this is unusual.

Usually, we will have two distinct objects tex2html_wrap_inline219 and tex2html_wrap_inline221 such that tex2html_wrap_inline223 (their hash values are the same).

We call this a collision, and all the action in hashing is in dealing with them.


next up previous
Next: COLLISION RESOLUTION Up: HASHING BASICS Previous: Example