News

This project implements a simple hash table data structure in Java using an array of ArrayList objects. The HashTable class provides methods for adding, removing, checking if an element exists, and ...
A generic implementation of some mainstream generified sorting algorithms in Java. The Project was created for a Algorithms and Data Structures Class in the Universidade Federal do Maranhão(UFMA). The ...