is a program that shows graphically how sorting algorithms work.
- Java 8 (with the java executable available in path)
The project is built with Maven, so to create the JAR you just need to launch:
mvn clean install
and then launch it with:
java -jar target/SortingAlgorithms.jar