A simple program to visualise sort algorithms written in java, using Swing for graphics
git clone https://github.com/Hopson97/Sort-Algorithm-Visualiser.git
cd Sort-Algorithm-Visualiser
gradle run
For now, this just shows a bunch of sorting algorithms, one after the other:
- Bubble Sort
- Gnome Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Selection Sort
git clone https://github.com/Hopson97/Sort-Algorithm-Visualiser.git
cd Sort-Algorithm-Visualiser
gradle javadoc
Then open build/docs/javadoc/index.html file.