Skip to content

A simple web based application to visualize sorting algorithms like Insertion sort, Bubble sort etc.

Notifications You must be signed in to change notification settings

Goalline-byte/Algo-Sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algo-Sort

This is a simple Javascript web app for visualizing a few of different sorting algorithms.

Implemented algorithms:

  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Quick Sort
  • Merge Sort

Features:

  1. Colored representation of step being executed. 1.1) Blue: default 1.2) Yellow: Being compared 1.3) Red: Identified as in incorrect position and to be moved 1.4) Green: correct position
  2. 3 Controls for visualizations 2.1) Speed of visualization 2.2) Array size 2.3) Generation of new array.

This is built using HTML, CSS, JavaScript




Releases

No releases published

Packages

No packages published