Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

eugene-serb/sm-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sort Methods Visualizer

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:

  1. Bubble sort classic;
  2. Bubble sort with a flag;
  3. Shaker (Cocktail) method;
  4. Gnome method;

Later may be i'll add other methods.

Stack: