Question: Write a java program that uses hash tables of sizes 500, 1000. Each hash table should contain a linked list. Need the linked list that
Write a java program that uses hash tables of sizes 500, 1000. Each hash table should contain a linked list. Need the linked list that way if there are collision the program can handle it. The program has to display results in a CSV so it can be reviewed in Excel.(IDK how to do this part at all). Last the program needs an iterator to search through the hash table to see if the searched item is in it already.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
