News

This is a custom implementation of a HashMap in Java. It provides basic functionalities such as adding, removing, and retrieving key-value pairs. The implementation uses an array of linked lists to ...
Some functions returned values pertaining to the the row count while others returned values pertaining to the money value. A majority of these functions utilize Java 8 streams since they are so ...