2497

(Animate linear probing) Write a program that animates linear probing, as shownin Figure 27.3. You can change the initial size of the hash-table in the program.Assume that the load-factor threshold is 0.8.