Skip to content

First attempt at visualising different sorting algorithms in Java. I made this visualisation to show the beauty of sorting algorithms. You can modify all major features of my program using the Constants class.

License

Notifications You must be signed in to change notification settings

BenGane/Sorting-Visualisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sorting-Visualisation

This is my first attempt at visualising different sorting algorithms in Java. I made this visualisation to show the beauty of sorting algorithms. You can modify all major features of the program using the Constants class.

Algorithms

I have implemented a visualisation for each of the following algorithms:

  • Quick sort
  • Merge sort
  • Insertion sort
  • Selection sort
  • Bubble sort
  • Cocktail shaker sort
  • Odd-even sort

Running The Visualisation

This project requires Java 11.0.4 or above, and Gradle 5.6.1 or above.
To run the application, navigate to the root of the project folder and execute gradle run in a terminal.

A project by Ben Gane

About

First attempt at visualising different sorting algorithms in Java. I made this visualisation to show the beauty of sorting algorithms. You can modify all major features of my program using the Constants class.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages