Inspiration
This was the final project for the ICS 4U0 course, designed to test our understanding of object oriented programming, data structures, and good programming practices.
What it does
This application allows the user to store and search through employee information (e.g. name, salary, deductibles, etc.) in a hash table.
How we built it
This was programmed in Java. The employees are stored in a hash table with a custom hash function to enable fast access. The table is then stored into a file using serialization. The GUI was designed using Netbeans IDE.


Log in or sign up for Devpost to join the conversation.