Linear probing, an example
M = 7, H(K) = K mod M
insert these keys 701, 145, 217, 19, 13, 749
in this table, using linear probing:
CONTENTS
PREVIOUS
NEXT