Skip to content

Java Swing application for implementation and subsequent visualization of sorting algorithms.

Notifications You must be signed in to change notification settings

Romman/visual-sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java Visual Sorter

The application is a workplace for learning and practicing all kinds of sorting algorithms and then watch the visualization of how these algorithms manipulate the data.

How-to

  1. git clone the repository to you local machine.
  2. Create a class that implements the SorterStrategy interface and code your algorithm in it.
  3. Put the class under the org.visualsorter.implementation package.
  4. Add the @Strategy annotation and define a name of your strategy.
  5. Compile and run the Application.
  6. Enjoy :)

About

Java Swing application for implementation and subsequent visualization of sorting algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages