Sort Methods Visualizer [rep].
This program needed to visualize array sorting algorithms. Written just for learning. Yes, it's so primitive. Yes, YouTube and many of books for learning about coding and algorithms exist.
List of what this has and can visual:
- Bubble sort classic;
- Bubble sort with a flag;
- Shaker (Cocktail) method;
- Gnome method;
Later may be i'll add other methods.