/Sorting

School assignment where sorting algorithms are visualised by using JavaFX.

Primary LanguageJava

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.