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.