Sorting algorithms with visualisation
- Java
- JavaFX
1.0
There are available several algorithms:
- Bitonic sort
- Bubble sort
- Coctail sort
- Comb sort
- Cycle sort
- Heap sort
- Insertion sort
- Iterative quick sort
- Merge sort
- Odd-Even sort
- Pancake sort
- Quick sort
- Recursive bubble sort
- Recursive insertion sort
- Recursive merge sort
- Selection sort
- Shell sort
- Stooge sort
This project is licensed under the MIT License - see the LICENSE.md file for details