Skip to content

A sorting algorithm visualizer written in Java

License

Notifications You must be signed in to change notification settings

TPGPL/sorting-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SortingVisualizer

A sorting algorithm visualizer written in Java.

Requirements

  • Java 19+
  • Apache Maven

Setup

  1. Clone the GitHub repository
$ git clone https://github.com/TPGPL/sorting-visualizer.git
  1. Install dependencies and build application
$ mvn install
  1. Execute the application
$ mvn clean javafx:run