Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithm Visualizer Application

A program that helps the user visualize the functionality and efficiency differences between multiple different sorting algorithms.

Demo

Demo.mp4

Instructions to run program

Run only on CMD, NOT Powershell

Command to rebuild project if any code changes were made (mvn clean compile will NOT work):

mvn clean install

Command to run program:

java -cp target\sorting-algorithms-visualizer-1.0-SNAPSHOT.jar;lib\processingcore.jar main.Main

Instructions to interact with program:

  • Press 'R' to randomize
  • Press spacebar to sort
  • Use the left and right arrow keys to cycle between different algorithms
  • Use the up and down arrow keys to increase or decrease the fps by 5 frames from a range of 5-90

About

A program that helps the user visualize the functionality and efficiency differences between multiple different sorting algorithms.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages