Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 668 Bytes

File metadata and controls

33 lines (24 loc) · 668 Bytes

Sort Algorithm Visualiser

A simple program to visualise sort algorithms written in java, using Swing for graphics

Build and Run

git clone https://github.com/Hopson97/Sort-Algorithm-Visualiser.git
cd Sort-Algorithm-Visualiser
gradle run

Features

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

screenshot

Javadoc

git clone https://github.com/Hopson97/Sort-Algorithm-Visualiser.git
cd Sort-Algorithm-Visualiser
gradle javadoc

Then open build/docs/javadoc/index.html file.