The Wayback Machine - https://web.archive.org/web/20200906235608/https://github.com/andreaiacono/SortingAlgorithms/
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time

README.md

SortingAlgorithms

is a program that shows graphically how sorting algorithms work.

Screenshot of the application

Requirements

  • Java 8 (with the java executable available in path)

Usage

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.