Skip to content

Java project that visually shows how sorting algorithms sort

Notifications You must be signed in to change notification settings

maartenpeels/Visual-Sorting-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Visual Sorting Algorithms

This is a simple application to show the inner workings of sorting algorithms, build with LWJGL.

At the moment there are 3 different sorting algorithms available:

  • Insertion Sort
  • Quick Sort
  • Radix(LSD)

Todo's:

  • Clean up code
  • Performance
  • UI to start / stop, set speed / algorithm etc.
  • Show extra details like swaps / comparisons

Screenshot image

About

Java project that visually shows how sorting algorithms sort

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages