Question: using c++ Create a data set with 100 integer values. Use the division method of hashing to store the data values into hash tables with

using c++ Create a data set with 100 integer values. Use theusing c++

Create a data set with 100 integer values. Use the division method of hashing to store the data values into hash tables with the initial table sizes of 7, 51, and 151. (if it is necessary, you may need to double the table size.) Use the linear probing 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. Print out the number of comparisons necessary in each case, in tabular form. Deliverables A design and the CRC cards for all classes A listing of the program including all files A listing of the output requested

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!