eugene-serb / sm-visualizer

Sort methods visualizer in JavaScript, HTML and CSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sort Methods Visualizer

Sort Methods Visualizer in JavaScript and HTML with CSS [rep, site].

This program needed to visualise 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.

If you are interested in this or my other projects, or would like to suggest and share ideas with me, or just talk to me, contact me: @eugene_serb

About

Sort methods visualizer in JavaScript, HTML and CSS

License:GNU General Public License v3.0


Languages

Language:HTML 48.7%Language:JavaScript 44.4%Language:CSS 6.9%