Question: task 5 java lang 6:04 W08 Lab Sets, Maps, Hashes.docx Task 5. Hash collisions (10 points) Hash a list of employee nameumber combinations Hashing function

6:04 W08 Lab Sets, Maps, Hashes.docx Task 5. Hash collisions (10 points) Hash a list of employee nameumber combinations Hashing function - the first three digits of the employee number Scaling function - the value mod 10 The easiest way to calculate this: it's the last digit of the value coming in Index into the array: Key and value Hashcode: Amy index Scho3356334 1893 When complete, please put the values into the array (table on the right) according to the hash index. In case of collisions, use linear probing Value Index 0 1 2 3 + 3 6 7 9 . ON D Dashboard Calendar To-do Notifications 6:07 W08 Lab Sets, Maps, Hashes.docx D coming in Index into the array: Key and value Hashcode: Amy index Frete Sh33886 134 Geo3354 R7999 When complete, please put the values into the array (table on the right) according to the hash index. In case of collisions, use linear probing Value Index 0 1 2 1 4 3 6 7 9 Rubric: .: 3 points .: 3 points Array values: 4 points D Dashboard Calendar To-do Notifications
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
