This is the sorting algorithms assignment for Hanzehogeschool ICT. It is created by Joël Hoekstra.
This assignment supports the Bubble Sort, Insertion Sort and the Quick Sort algorithms.
To use a different sorter change comments in the jlsa.sorting.controller.App class and the start method.
The reflection can be read here.
JavaFX HelloFX sample to run with different options and build tools.
Download JDK 17 or later for your operating system.
Make sure JAVA_HOME is properly set to the JDK installation directory.
If you run on Linux or Mac, follow these steps:
cd your/project/directory
To compile and run the project:
mvn clean javafx:run
If you run on Windows, follow these steps:
cd your\project\directory
To run the project:
mvn clean javafx:run