Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

using java, create a data set with 100 interger values. create a progam that use

ID: 3769479 • Letter: U

Question

using java, create a data set with 100 interger values. create a progam that uses the division method of hashing to store the data values into hash tables with table sizes of 7, 51, and 151. use the linear probling method of collision resolution. print out the tables after the data values have been stored. search for 10 different values in each of the three hash tables, counting the number of comparisons necessary in each case in tabular form. turn in a listing of your program and a listing of the output.

Explanation / Answer

Program: