smitioswal / Sorting_Visualizer

A web application showcasing the inner workings of 6 sorting algorithms with colors representing steps being executed.

Home Page:https://kethantummala.github.io/Sorting_Visualizer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting_Visualizer

A web application showcasing the inner workings of sorting algorithms.

Implemented algorithms:

  1. Bubble sort
  2. Selection sort
  3. Insertion sort
  4. Merge sort
  5. Quick sort
  6. Heap 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: In correct position
  2. 3 Controls for visualizations 2.1) Speed of visualization (5 speed levels) 2.2) Data size () 2.3) Generation of new data (Randomly generate new data).
  3. Time and Space complexity of algorithm being visualized.

Take a look at live version: https://kethantummala.github.io/Sorting_Visualizer/

About

A web application showcasing the inner workings of 6 sorting algorithms with colors representing steps being executed.

https://kethantummala.github.io/Sorting_Visualizer/


Languages

Language:JavaScript 69.7%Language:SCSS 16.2%Language:HTML 14.0%