Skip to content

tranfong1991/Animated-Sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animated Sorting

A Java GUI application that displays sorting animations of bubble, insertion, selection, quick, merge, double-ended selection, cocktail shaker, shell, and heap sort. Java thread, AWT, and Swing are used.

Instruction: run this application on Eclipse with the following arguments:

{number of elements} {order}

where order = 1 means descending, -1 means ascending. This application displays best when the maximum number of elements is 100.

About

Java application that displays sorting algorithm animations. Individual project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages