Skip to content

School assignment where sorting algorithms are visualised by using JavaFX.

Notifications You must be signed in to change notification settings

HanzehogeschoolSICT/Sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BCH compliance

Sorting algorithms

This is the sorting algorithms assignment for Hanzehogeschool ICT. It is created by Joël Hoekstra.

Supported Sorting algorithms

This assignment supports the Bubble Sort, Insertion Sort and the Quick Sort algorithms.

Usage tips

To use a different sorter change comments in the jlsa.sorting.controller.App class and the start method.

Bettercodehub reflection

The reflection can be read here.

How to Run?

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.

Maven

Linux / Mac

If you run on Linux or Mac, follow these steps:

cd your/project/directory

To compile and run the project:

mvn clean javafx:run

Windows

If you run on Windows, follow these steps:

cd your\project\directory

To run the project:

mvn clean javafx:run

About

School assignment where sorting algorithms are visualised by using JavaFX.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages