/sorting-visualizer

A sorting algorithm visualizer written in Java

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

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