Java program containing the graph data structure and some of its algorithms for my data structures and algorithms class.
This project uses the maven wrapper, so it's not necessary to have maven installed on your machine.
To run the tests, use the following command:
Linux:
./mvnw test
Windows:
mvnw.cmd test