With this visual representation of algorithms, you can see how the
- BubbleSort
- InsertionSort
- MergeSort
- HeapSort
- QuickSort
- SelectionSort
The sorter only sorts arrays of the type int
.
Download and extract the .zip file
or do
git clone https://github.com/CodingFactoryT/Visual-Algorithm-Sorter.git
if you have git installed
For Windows cmd or Powershell:
cd location/of/your/downloaded/folder/Visual-Algorithm-Sorter/src
javac main/java/Main.java
java main/java/Main
For executable:
Download and execute the "Visual Algorithm Sorter.exe" file from the releases section of this repository