Sorting algorithm visualizer written in Java
The user sets the number of items and selects a sorting algorithm. The application will then show the complete sorting process of the selected algorithm.
The program contains 11 sorting algorithms:
- Bubble sort
- Cocktail shaker sort
- Comb sort
- Selection sort
- Gnome sort
- Insertion sort
- Shell sort
- Heap sort
- Merge sort
- Quick sort
- Counting sort
This is my first application written in Java.
The author of the application is Lukáš Hruda (Luckin)
Gallery
Download
By downloading the following file, you agree to the license terms
Downloaded 137x (44.06 kB)
Application includes source codes