Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 354 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 354 Bytes

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