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.
git clonethe repository to you local machine.- Create a class that implements the
SorterStrategyinterface and code your algorithm in it. - Put the class under the
org.visualsorter.implementationpackage. - Add the
@Strategyannotation and define a name of your strategy. - Compile and run the Application.
- Enjoy :)