Chaining: Basic Idea

Keep a linked list in each ``slot'' of the table.

If two keys hash to the same slot, stick them both on the list for that slot.

Note: ispell and perl use this scheme.


next up previous
Next: Chaining: Evaluation Up: COLLISION RESOLUTION Previous: COLLISION RESOLUTION