ejfisc/Linear-Probe-Hash-Table
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
CS 3345.005 ejf180001 Project4 Description: Generic implementation of a hash table with linear probing and lazy deletion using an array of private generic HashEntry<K,V> objects in HashTableLinearProbe.java, methods are tested in Main.java. Note that only String and Integer are valid K (key) objects but V (value) can be anything, there is a section at the bottom of main that tests the error handling of invalid and null keys. IDE: VS Code Java Version: Java SE 11.0.12