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 clone
the repository to you local machine.- Create a class that implements the
SorterStrategy
interface and code your algorithm in it. - Put the class under the
org.visualsorter.implementation
package. - Add the
@Strategy
annotation and define a name of your strategy. - Compile and run the Application.
- Enjoy :)