Skip to content

andreaiacono/SortingAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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