[prev] [index] [next]

Exercise #10 (cont)

A problem with linear probing: clusters

E.g. insert 5, 6, 15, 16, 7, 17, with hash = k%10

[Diagram:Pics/hashing/clustering.png]