This is the class used to set the foundations for a hash table. It serves as a parent class to both the HashTableQuadratic and HashTableLinear classes. This class has instance variables that will ...
This project is a Java-based data analysis application developed as part of a university course assignment. It focuses on ingesting, cleaning, and analyzing RateMyProfessor datasets using custom-built ...