[prev] [index] [next]

Separate Chaining

Solve collisions by having multiple items per array entry.

Make each element the start of linked-list of Items.

[Diagram:Pics/hashing/hash-linked.png]