Question: Assume you are implementing a hash set to store String objects, using an array of size 7 to store the data. If you add(MOUSE) to

 Assume you are implementing a hash set to store String objects,
using an array of size 7 to store the data. If you
add("MOUSE") to an initially empty hash set and "MOUSE".hashCode() is 39 ,

Assume you are implementing a hash set to store String objects, using an array of size 7 to store the data. If you add("MOUSE") to an initially empty hash set and "MOUSE".hashCode() is 39 , at what index in the array will "MOUSE" be stored? Starting with the original array shown above, when you add("Orxinge"), the index where "Orange" will be placed in the array is: [index] Starting with the original array shown above (before adding "Orange"), when you add("Kiwi"), the index where "Kiwi" will be placed in the array is: [index]

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!