Skip to content

Josh-Hiz/AlgorithmVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm Visualizer

Algorithms:

  • Selection Sort
  • Brick/EvenOdd Sort
  • Selection Sort
  • Insertion Sort
  • Shell Sort (IN PROGRESS)
  • Gnome Sort

How to use and notes about usage:

Java JButton's are a buggy mess, and when scrambling rectangles during the sort, it can "hide" the sort button, but will reveal itself when your cursor is over it and will begin the sort visualization, to change what type of sort, just go into the ArrayVisualizer class and scroll to the botton and choose any of the sort variables presented near the top of the class as they all have the same method name sortWithDelay. Have fun.

About

An algorithm visualizer made in Java Swing and Java AWT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages