Sorting Race

This project is a tool designed to compare the performance of two distinct sorting algorithms: Bubble Sort and Merge Sort.

Users can select the size of the array they wish to sort, specify the number of threads to be used, and choose the algorithm to run.

This project was developed for one of my courses at HE2B-ESI. Its purpose was to familiarize students with the concept of threads and to help them gain experience using JavaFX with FXML files.

Git repository here

Screenshots

Interface