Insertion into a hash table - linear probing
The applet demonstrates insertion of random integers into a hash table of size 20. When you press the next step button, you will see the pseudocode for
the next step emphasized. The effects will be shown in the drawing.
The home address will be shown in blue and the current address in red - unless they coincide, in which case the color will be magenta.
The java code for this applet is available in two files: HashDemo1.java and CodeCanvas.java.