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 , 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
Get step-by-step solutions from verified subject matter experts
