Skip to content

A sort algorithm visualisation GUI, created using Java and the Swing framework.

Notifications You must be signed in to change notification settings

CarbonNotes/Sort-Algorithm-Visualiser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A sort algorithm visualisation GUI, created using Java and the Swing framework.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%