A sorting algorithm visualizer written in Java.
- Java 19+
- Apache Maven
- Clone the GitHub repository
$ git clone https://github.com/TPGPL/sorting-visualizer.git
- Install dependencies and build application
$ mvn install
- Execute the application
$ mvn clean javafx:run