/uni-spiffer

Shortest path finder (university project)

Primary LanguageJavaMIT LicenseMIT

Spiffer finds the shortest path between two points in a hand-drawn graph. It is my project for the following courses at the University of Helsinki:

Disclaimer: Several design decisions (such as the choice of programming language and the reimplemention of core data structures) were motivated by the requirements of the aforementioned courses.

Build

This is a Maven project. To compile, test, and run Spiffer, execute the following commands:

cd spiffer
mvn compile
mvn test
mvn exec:java

License

Spiffer is distributed under the terms of the MIT license. See LICENSE-MIT.txt for details.